1
2
3
4
//! Basic functions for dealing with memory in zero copy.

pub use self::maybe_uninit::MaybeUninit;
mod maybe_uninit;