Expand description
This tiny crate defines a simple allocator interface.
It is used by Compact types in the compact crate to allocate space
when decompacting from their compact form.
Structs§
- Default
Heap - An implementation of
Allocatorthat allocates using the default heap allocator
Traits§
- Allocator
- A trait for all allocators that collections can be generic about