retriever 0.0.3

Retriever is an embedded in-memory data store for rust applications.
Documentation
1
2
3
4
5
6
/// Module for an `IdxSet` containing a all indices within a range.
pub mod idxrange;
/// Module for an `IdxSet` representing the intersection of two IdxSets.
pub mod intersection;
/// Module for an `IdxSet` containing nothing.
pub mod noidx;