//! XDR encoding and decoding primitives used by ONC RPC and NFSv3.
//!
//! This module intentionally stays small and protocol-oriented. It covers the
//! XDR building blocks NFSv3 needs, while higher-level modules define the
//! protocol structs and discriminated unions.
pub use from_bytes;
pub use ;
pub use ;
pub use ;
pub
pub