Skip to main content

Crate nfs3_types

Crate nfs3_types 

Source
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 NFSv3 protocol, including Mount and Port Mapper
  • XDR encoding and decoding
  • Utilities for handling NFSv3 operations

Modules§

mount
This module contains the definitions of the MOUNT3 protocol as defined in RFC 1813.
nfs3
This module contains the definitions of the NFSv3 protocol 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_codec crate, with some additional types and traits.