//! This module is mainly a reexport of the `xdr_codec` crate, with some additional types and
//! traits.
//!
//! > NOTE: `xdr_codec` crate has been updated in a long time, so it might be replaced in the
//! > future.
pub
pub
pub
pub use *;
/// Derive macro that implements [`Pack`] and [`Unpack`] traits.
pub use XdrCodec;
pub use ;
pub use PackedSize;
pub use Void;