Skip to content

sum12/rs9p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Languages