ochenslab 0.0.2

Trivial and fast fixed-size allocator/container
Documentation

About

A trivial and fast[^1] slab container that doesn't grow and provides additional guarantees[^2].

[^1]: Hasn't been profiled really.

[^2]: I haven't figured out how to tell that to Rust, so unsafe is necessary.