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

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.

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][Github-url]
[Build][CI-url]
[codecov][codecov-url]

[rustc][rustc-url]
[rustc][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