WorkTablesIndex 0.0.5

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

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