1 2 3 4 5 6 7 8 9
//! Types and functions for dealing with memory. mod policy; pub use policy::*; #[cfg(any(feature = "smallvec"))] pub(crate) mod alloc; pub mod errors;