nine 0.2.1

The 9p protocol as a serde format and message types.
Documentation

nine   Latest Version Rustc Version 1.29+

The 9p protocol as a serde format and message types.

This crate contains structs representing the various types of messages in the 9p2000 protocol (with other versions coming soon), as well as a serializer and deserializer for the wire format for those messages.

There is not an included server implementation, because network protocols should be kept separate from IO.

The purpose of this design is to allow for easy extensibility and experimentation with the protocol.

Special Thanks

Casey Rodarmor for collaborating on the initial design.

The countless others in the rust community that have answered my questions.