1#[cfg(not(feature = "alloc"))] 2pub use core::alloc; 3 4#[cfg(feature = "alloc")] 5pub use alloc_crate::{alloc, boxed, vec, collections};