1 2 3 4 5
#[cfg(any(feature = "std", feature = "alloc"))] mod alloc; #[cfg(feature = "heapless")] mod heapless;