retriever 0.0.3

Retriever is an embedded in-memory data store for rust applications.
Documentation
1
2
3
4
/// The hasher configuration
pub(crate) mod hasher;
/// Functions and data structures related to map reductions
pub(crate) mod mr;