Module data_store

Module data_store 

Source
Expand description

Data Storage Tools

Re-exports§

pub use external_sort::*;std
pub use kv::*;
pub use multimap::*;
pub use vector::*;

Modules§

external_sortstd
Sort files with key-value file pairs that are stored in files. Keys are uint64s.
filestd
File based reader used by KV, MultiMap, and Vector
kv
Key-Value Store (KV)
multimap
MultiMap - Key with multiple values Store
vector
Vector Store - Essentially a Vec that enforces an id-value pairing

Traits§

U64
U64 is a type that can be converted to and from u64