paros 0.1.0

Learning the Paxos consensus algorithm by implementing it in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# paros

Learning the [Paxos](https://en.wikipedia.org/wiki/Paxos_(computer_science)) consensus
algorithm by implementing it in Rust.

> ⚠️ **A learning project — work in progress.** Not intended for production use.

## License

Licensed under the [Apache License, Version 2.0](LICENSE).