sharedstate 2.0.2

Sync heavily read state across many servers
Documentation
1
2
3
4
5
//! RPC server and state-sync task for a fixed-leader shared state.

pub mod node_state;
pub mod rpc_server;
pub mod state_sync;