3 releases
0.0.2 | Jun 14, 2020 |
---|---|
0.0.2-dev01 | May 14, 2020 |
0.0.1 | May 14, 2020 |
#482 in Memory management
8KB
Yet Another Allocator Crate
This is a playground library for Allocators. This allocator is modelled off the
idea of C++17's std::pmr
.
The example files also host some playgrounds for data structures.