general_stable_vec

Module implementation

source
Expand description

Various implementations of stable vector types and index types.

Modulesยง

  • An index type that is marked by a type. This prevents to accidentally use a wrong value as the index for a stable vector.
  • A stable vector based on the Option type.
  • Implementations of the index traits for usize to allows its usage as a simple index type.