paxos-rust 0.2.0

A lightweight implementation of the Paxos Consensus Algorithm
Documentation
  • Coverage
  • 65.57%
    40 out of 61 items documented0 out of 24 items with examples
  • Size
  • Source code size: 18.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.91 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • camirmas/paxos
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • camirmas

:love_letter: Paxos Latest Version Build Status

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:

  1. The OG, Paxos Made Simple - by Leslie Lamport
  2. Wikipedia
  3. 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