sharedstate 2.0.0

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

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