Expand description
allocator-api2 crate.
Modules§
- alloc
- Memory allocation APIs
- boxed
- The
Box<T>type for heap allocation. - vec
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Macros§
Traits§
- Slice
Ext - Slice methods that use
BoxandVecfrom this crate.