Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 404 Bytes

raft.rs

Note: This is a hobby project that serves primarily as an opportunity to practice Rust in the context of distributed systems. At present, the project is not intended for use as a general purpose Raft library. For a more mature implementation, please refer to https://github.com/Hoverbear/raft-rs .

A Rust implementation of the Raft consensus algorithm.

https://raft.github.io/