dynomite-engine 0.0.2

Embeddable Dynamo-style distributed replication engine: token-ring partitioning, gossip cluster, hinted handoff, anti-entropy, RediSearch FT.* surface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Small utility helpers shared across the engine: byte-slice helpers,
//! numeric parsing, time, address resolution, and the typed map
//! abstractions that wrap third-party data structures.
//!
//! The Cassandra-style estimated histogram lives next to its only
//! consumer in [`crate::stats::histogram`].

pub mod atoi;
pub mod dict;
pub mod dyn_string;
pub mod rbtree;
pub mod sockinfo;
pub mod time;