v0.5.1
Added
- Implemented
Allocator
forHeap
with theallocator_api
crate feature.
This feature requires a nightly toolchain for the unstableallocator_api
compiler feature.
Changed
- Updated
linked_list_allocator
dependency to 0.10.5, which allows
compiling with stable rust.