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
5
6
7
mod slot_vec;
mod key;

pub use {
    key::*,
    slot_vec::*,
};