sharedstate 1.1.0

Sync heavily read state across many servers
Documentation
1
2
3
4
5
//! Deterministic state machines and the recovery/subscription layers on top.

pub mod deterministic_state;
pub mod recoverable_state;
pub mod subscribable_state;