3 unstable releases
Uses old Rust 2015
0.2.0 | Oct 17, 2018 |
---|---|
0.1.1 | Oct 15, 2018 |
0.1.0 | Oct 15, 2018 |
18KB
418 lines
💌 Paxos
A (Rust flavored) lightweight implementation of the Paxos Consensus Algorithm
Introduction
There are plenty of strong resources on this topic that can explain it better than I can:
- The OG, Paxos Made Simple - by Leslie Lamport
- Wikipedia
- An article and corresponding repo - by Tom Cocagne
Usage and Examples
See docs
Next steps
- Improve error handling
- Add
Nack
messages + handling - Write integration tests for failure scenarios