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.

Macros§

derive_stable_vec_index
Creates an impl for From<usize>, Into<usize> as well as StableVecIndex for the given type.