1#[cfg(feature = "allocator-api2")] 2pub use allocator_api2::alloc::*; 3 4#[cfg(not(feature = "allocator-api2"))] 5pub use alloc_crate::alloc::*;