Expand description
Data Storage Tools
Re-exports§
pub use external_sort::*;stdpub use kv::*;pub use multimap::*;pub use vector::*;
Modules§
- external_
sort std - Sort files with key-value file pairs that are stored in files. Keys are uint64s.
- file
std - 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