intrex 0.2.0

Intrusive collections with items addressed by indices
Documentation
1
2
3
4
5
6
//! Intrusive singly linked list with items addressed by indices.

mod nodes;
mod sort;
pub use nodes::*;
pub use sort::*;