sharedstate 0.4.4

Sync heavily read state across many servers
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod state;
pub mod worker;

pub mod net;
pub mod recoverable_state;

mod utils;

#[cfg(test)]
mod testing;