Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carllerche/mini-raft
- Owner: carllerche
- License: apache-2.0
- Created: 2022-12-22T20:39:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T20:39:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T13:10:45.215Z (about 1 month ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 39
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.