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 asStableVecIndex
for the given type.