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
Veccontaining the arguments. 
Traits§
- Slice methods that use
BoxandVecfrom this crate.