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ยง

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