Expand description

Collection library.

Re-exports

pub use allocator::GenIndexAllocator;
pub use arena::GenIndexArena;
pub use genindexmap::GenIndexMap;
pub use sparseset::SparseSet;
pub use vecmap::VecMap;
pub use traits::*;

Modules

Generational index allocator.

Generational index arena.

Map with generational index as key.

Helper traits for joining with Maps.

Sparse set.

All helper traits.

Helpers for cons tuple type.

Map backend by Vec of Option.

Type Definitions

A GenIndexMap backed by a BTreeMap

A GenIndexMap backed by a SparseSet

A GenIndexMap backed by a VecMap