bump-scope 2.3.0

A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
Documentation
1
2
3
4
5
6
7
mod header;
mod size;
mod size_config;

pub(crate) use header::ChunkHeader;
pub(crate) use size::{ChunkSize, ChunkSizeHint};
pub(crate) use size_config::{ChunkSizeConfig, MIN_CHUNK_ALIGN};