slot-vec 0.2.0

A high-performance, reusable slot container for Rust, providing efficient insertion, removal, and iteration of elements.
Documentation
1
2
3
4


#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub struct Key(pub(crate) usize);