4 releases (2 breaking)
Uses old Rust 2015
0.6.0 | Jan 10, 2020 |
---|---|
0.5.0 | May 9, 2019 |
0.4.1 | Mar 13, 2019 |
0.4.0 | Oct 12, 2018 |
#925 in Asynchronous
50 downloads per month
Used in 6 crates
160KB
3K
SLoC
raftlog
A Rust implementation of distributed replicated log based on the Raft algorithm.
lib.rs
:
Raftアルゴリズムに基づく分散複製ログを提供するクレート.
このクレート自体は、アルゴリズム実装のみに専念しており、
実際に動作するシステムで利用するためには、Io
トレイトの
実装を別個用意する必要がある.
Dependencies
~2MB
~43K SLoC