Crate allocator_api2
source · [−]Expand description
allocator-api2 crate.
Modules
Memory allocation APIs
The
Box<T>
type for heap allocation.A contiguous growable array type with heap-allocated contents, written
Vec<T>
.Macros
Traits
Slice methods that use
Box
and Vec
from this crate.