Skip to content

caipre/raft.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages