Expand description
Embeddable NFSv4.1 server library.
Provides a complete NFSv4.1 server implementation. Users implement the
NfsFileSystem trait; the library handles the wire protocol, session
management, and serves it over TCP.
Structs§
- DirEntry
- A directory entry returned by
readdir. - FsInfo
- Filesystem-level information.
- MemFs
- An in-memory filesystem.
- NfsServer
- The NFS server.
- Node
Info - Minimal node information required from a filesystem implementation.
Enums§
- NfsError
- NFS error type.
- Node
Kind - Basic node kinds required by the core filesystem trait.
- Xattr
SetMode - Controls how a named attribute should be written.
Traits§
- NfsFile
System - The core filesystem trait.
- NfsHard
Links - Optional hard-link support.
- NfsNamed
Attrs - Optional named-attribute support used for Apple/macOS xattr flows.
- NfsSymlinks
- Optional symlink support.
- NfsSync
- Optional flush/commit support.