Crates.io | paxos-rust |
lib.rs | paxos-rust |
version | 0.2.0 |
source | src |
created_at | 2018-10-15 08:34:18.495361 |
updated_at | 2018-10-17 05:58:07.772636 |
description | A lightweight implementation of the Paxos Consensus Algorithm |
homepage | |
repository | https://github.com/camirmas/paxos |
max_upload_size | |
id | 90278 |
size | 18,917 |
A (Rust flavored) lightweight implementation of the Paxos Consensus Algorithm
There are plenty of strong resources on this topic that can explain it better than I can:
See docs
Nack
messages + handling