serf 0.5.1

A decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[path = "./delegate/nodemeta.rs"]
mod nodemeta;

#[path = "./delegate/local_state.rs"]
mod local_state;

#[path = "./delegate/remote_state.rs"]
mod remote_state;

#[path = "./delegate/ping_delegate.rs"]
mod ping_delegate;