Crate typed_slab

Source
Expand description

A crate with a typed wrapper for Slab.

Structs§

Slab
Pre-allocated storage for a uniform data type
TypedSlab
Pre-allocated storage for a uniform data type with indeces converted from and into usize.