yaap 0.0.1

A custom allocator facility playground
Documentation
1
2
3
4
5
# 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.