maskerad stack allocator

A stack-based allocator, for memory allocation in time-constrained programs' loops.

codecov Build status Build Status

Crates.io Docs

License: MIT License

This library is nightly-only, and was meant for a very specific use case: game loops.

Usage

Installation

Add the crate as a dependency in your Cargo.toml:

toml [dependencies] maskerad_stack_allocator = "0.1.0"

More informations

See the github repository for more informations on this crate.

You can find the documentation here.