indexset 0.16.0

A two-level BTree with fast iteration and indexing operations
Documentation
1
2
3
4
5
6
7
pub mod map;
pub mod set;
pub(crate) mod r#ref;
pub(crate) mod operation;

#[cfg(feature = "multimap")]
pub mod multimap;