paxakos 0.2.0

Rust implementation of Paxos consensus algorithm
Documentation

Paxakos

Paxakos is a pure Rust implementation of a distributed consensus algorithm based on Leslie Lamport's Paxos. It enables distributed systems to consistently modify shared state across their network, even in the presence of failures.

crates.io docs.rs GPLv3 licensed

Documentation

Please refer to the rustdoc for an introduction, documentation and examples.