sharedstate 1.2.2

Sync heavily read state across many servers
Documentation
1
2
3
4
5
//! Network transport traits, channel workers, and simulated transport.

pub mod channels;
pub mod simulated;
pub mod traits;