#consensus-algorithm #distributed-consensus #raft #distributed-systems #raft-consensus #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

#1646 in Algorithms

Download history 1674/week @ 2024-01-10 1526/week @ 2024-01-17 1752/week @ 2024-01-24 1718/week @ 2024-01-31 1768/week @ 2024-02-07 1681/week @ 2024-02-14 1482/week @ 2024-02-21 1713/week @ 2024-02-28 1447/week @ 2024-03-06 2143/week @ 2024-03-13 1617/week @ 2024-03-20 1473/week @ 2024-03-27 1328/week @ 2024-04-03 1281/week @ 2024-04-10 1491/week @ 2024-04-17 1257/week @ 2024-04-24

5,658 downloads per month
Used in 6 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
~45K SLoC