1 2 3 4 5 6 7
//! Handle-based allocation with relocation support. //! //! Re-exports from internal module for public API. #![allow(deprecated)] // Re-exports are intentional pub use crate::allocators::handles::*;