https://github.com/al8n/rafty
Raft algorithm implementation based on Tokio async runtime.
https://github.com/al8n/rafty
raft raft-algorithm raft-consensus raft-consensus-algorithm raft-protocol rust rust-crate rust-library tokio
Last synced: 3 days ago
JSON representation
Raft algorithm implementation based on Tokio async runtime.
- Host: GitHub
- URL: https://github.com/al8n/rafty
- Owner: al8n
- License: apache-2.0
- Created: 2021-06-23T14:54:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T15:50:14.000Z (about 4 years ago)
- Last Synced: 2025-07-09T06:01:53.181Z (3 months ago)
- Topics: raft, raft-algorithm, raft-consensus, raft-consensus-algorithm, raft-protocol, rust, rust-crate, rust-library, tokio
- Language: Rust
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh_CN.md
- License: LICENSE
Awesome Lists containing this project
README
Rafty
Raft algorithm implementation supports both sync and async([Tokio](https://github.com/tokio-rs/tokio)).
[English](README,md) | 简体中文
[
][Github-url]
[][CI-url]
[][codecov-url]
[
][rustc-url]
[][license-url]
#### License
Licensed under Apache License, Version
2.0.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license.[Github-url]: https://github.com/al8n/rafty/
[CI-url]: https://github.com/al8n/rafty
[codecov-url]: https://app.codecov.io/gh/al8n/rafty/
[license-url]: https://opensource.org/licenses/Apache-2.0
[rustc-url]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
[rustc-image]: https://img.shields.io/badge/rustc-1.52.0--nightly%2B-orange.svg?style=for-the-badge&logo=Rust