Expand description
This crate contains the definition of the protocol used to access the filesystem, as well as its client and server implementations.
Modules
- This module contains the FsClient struct, which is used to access a filesystem server.
- Contains the types used to implement LocalFs.
- Definitions of messages passed between filesystem clients and servers.
- Code for creating filesystem servers.
Type Definitions
- The type for open file handles used in the filesystem.
- The type for inodes in used in the filesystem.