general_stable_vec 0.15.0

A Vec implementation with stable indices
Documentation
1
2
3
4
5
//! Implementations of the index traits for [`usize`] to allows its usage as a simple index type.

use crate::interface::StableVecIndex;

impl StableVecIndex for usize {}