Expand description
§nfs3_types
nfs3_types provides type definitions and utilities for working with NFSv3. Its main purpose is to be used with the nfs3_server crate, but it can also be used independently.
§Features
- Type definitions for
NFSv3protocol, including Mount and Port Mapper - XDR encoding and decoding
- Utilities for handling
NFSv3operations
Modules§
- mount
- This module contains the definitions of the MOUNT3 protocol as defined in RFC 1813.
- nfs3
- This module contains the definitions of the
NFSv3protocol as defined in RFC 1813. - portmap
- This module contains the definitions of the Port Mapper protocol as defined in RFC 1057.
- rpc
- This module contains the definitions of the RPC protocol as defined in RFC 1057.
- xdr_
codec - This module is mainly a reexport of the
xdr_codeccrate, with some additional types and traits.