#consensus-algorithm #distributed-consensus #raft #distributed-systems #ha

raft-proto

Protocol definitions for the rust language implementation of the Raft algorithm

5 releases (3 breaking)

0.7.0 Mar 7, 2023
0.6.0 Jun 16, 2021
0.6.0-alpha Jul 24, 2019
0.4.1 Jun 20, 2019
0.1.0 Jun 18, 2019

#1802 in Algorithms

Download history 1682/week @ 2024-07-20 1601/week @ 2024-07-27 1290/week @ 2024-08-03 1768/week @ 2024-08-10 1282/week @ 2024-08-17 1653/week @ 2024-08-24 1632/week @ 2024-08-31 1936/week @ 2024-09-07 2119/week @ 2024-09-14 2629/week @ 2024-09-21 2209/week @ 2024-09-28 2712/week @ 2024-10-05 2250/week @ 2024-10-12 2569/week @ 2024-10-19 4490/week @ 2024-10-26 3558/week @ 2024-11-02

13,327 downloads per month
Used in 7 crates (3 directly)

Apache-2.0

12KB
187 lines

Raft Proto

Documentation Crates.io

This crate contains the protobuf structs used by raft.

You can find the generated eraftpb.rs in target/debug/build/raft-proto-***/out.

Dependencies

~1.3–3.5MB
~46K SLoC