feanor-mempool 2.1.0

A simple interface to memory allocation and pooling, designed for use by feanor-math.
Documentation
1
2
3
4
5
# feanor-mempool


Previously, this was a simple memory manger interface that I designed for use in my math library [feanor-math](https://github.com/feanortheelf/feanor-math).
However, now I decided to instead use the allocator API that is available in Rust nightly.
Hence, this library offers `std::alloc::Allocator`s designed for use with feanor-math.