Expand description
A simple 9p Protocol implementation for serving filesystem interfaces
Modules§
- client
- A simple 9p client for building out application specific client applications.
- fs
- Types for describing files in a 9p virtual filesystem
- protocol
- 9p protocol implementation
- server
- Traits for implementing a 9p fileserver
Traits§
- Stream
- An underlying stream over which we can handle 9p connections
Type Aliases§
- Result
- A simple result type for errors returned from this crate