Skip to main content

Crate arena_lib

Crate arena_lib 

Source
Expand description

§arena-lib

TYPED MEMORY ARENAS AND SLAB ALLOCATION

Generational indices, typed arenas, interned strings, bump allocation. Zero unsafe leakage into user code.

§Status

Early scaffolding (v0.1.0). The public API is being designed for the 1.0 release. The crate currently compiles and exposes VERSION only. See the repository for the milestone plan.

§License

Dual-licensed under Apache-2.0 OR MIT.

Constants§

VERSION
Crate version string, populated by Cargo at build time.