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 nightlyto automatically use nightly.