alloc-traits 0.1.1

Traits to replace or supplement the alloc module in no_std
Documentation
1
2
3
4
5
6
7
8
# v0.1.1

- Exposes default implementations in `utils`.
- Fixed a leak in the default implementation of `LocalAlloc::realloc`

# v0.1.0

Initial version