Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carllerche/mini-raft

An implementation of Raft in Rust.
https://github.com/carllerche/mini-raft

Last synced: 16 days ago
JSON representation

An implementation of Raft in Rust.

Awesome Lists containing this project

README

        

# Mini Raft

Work in progress. This project is intended to be a demonstration of structuring
a complex Rust code base and using
[Turmoil](https://github.com/tokio-rs/turmoil) for testing. See
[tikv/raft](https://github.com/tikv/raft-rs) for a mature implementation of Raft
in Rust.