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
- Creates a
Vec
containing the arguments.
Traits
- Slice methods that use
Box
andVec
from this crate.