sum12 / rs9p

plan9 implementation in rustlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

plan9 implementation in rustlang


Languages

Language:Rust 100.0%