/mini-raft

An implementation of Raft in Rust.

Primary LanguageRustApache License 2.0Apache-2.0

Mini Raft

Work in progress. This project is intended to be a demonstration of structuring a complex Rust code base and using Turmoil for testing. See tikv/raft for a mature implementation of Raft in Rust.