A stack-based allocator, for memory allocation in time-constrained programs' loops.
This library is nightly-only, and was meant for a very specific use case: game loops.
Add the crate as a dependency in your Cargo.toml:
toml
[dependencies]
maskerad_stack_allocator = "0.1.0"
See the github repository for more informations on this crate.
You can find the documentation here.