A simple "Bump" (stack) allocator implementation for demonstration purposes.
⚠️ You must build this project with a nightly compiler!
- Clone this repo.
- Build & run using
cargo +nightly run
.
Or userustup override set nightly
to automatically use nightly.