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
#[path = "./remove/failed_node.rs"]
mod failed_node;

#[path = "./remove/failed_node_prune.rs"]
mod failed_node_prune;

#[path = "./remove/failed_node_ourself.rs"]
mod failed_node_ourself;