//! Auto-generated NFSv4.1 XDR types (RFC 5661).
//!
//! Generated by `fastxdr` from `src/nfs41/xdr/nfs4.x` during `cargo build`.
//! **Do not edit directly.**
//!
//! Re-exports are intentionally broad — many types are used only by specific
//! sub-modules (layout, delegation, state) that may not yet be fully wired in.
// Only nfsstat4 is used by the current hand-rolled encoder/decoder.
// Other types are re-exported for future use when we migrate to generated decoders.
pub use nfsstat4;