Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 951 Bytes

Readme.md

File metadata and controls

34 lines (20 loc) · 951 Bytes

9P

This is an implementation of the Plan 9 9p remote filesystem protocol. The implementations goal to play with rust language and understand the protocol too. Because of that you dont want to use this for anything serious.

Some of the features include

Docs

There is no documentation at all. but the code in proto should readable and client is still evolving

The implementation is not complete. There are 3 crates

  • proto This is the colection of building boxes which are used by the client and server to facilitate commnication

  • client It contains a client which can be used to talk to any server. Look at main.rs for a sample usage

  • server (to be continued....)

LISCENCE:

GPL