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

#1994 in Algorithms

Download history 1985/week @ 2024-09-09 2102/week @ 2024-09-16 2597/week @ 2024-09-23 2269/week @ 2024-09-30 2634/week @ 2024-10-07 2357/week @ 2024-10-14 2679/week @ 2024-10-21 4446/week @ 2024-10-28 3330/week @ 2024-11-04 2897/week @ 2024-11-11 3589/week @ 2024-11-18 2394/week @ 2024-11-25 3262/week @ 2024-12-02 3417/week @ 2024-12-09 3408/week @ 2024-12-16 1307/week @ 2024-12-23

11,483 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.4–3.5MB
~48K SLoC