Crate general_stable_vec

Source
Expand description

A general stable vector implementation.

A stable vector is a vector for which each inserted element keeps its index until it is removed.

Modulesยง

error
Errors and related types.
implementation
Various implementations of stable vector types and index types.
interface
The interfaces that describe a stable vector.