#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

#2137 in Algorithms

Download history 3555/week @ 2024-11-16 2413/week @ 2024-11-23 3144/week @ 2024-11-30 3421/week @ 2024-12-07 3526/week @ 2024-12-14 1241/week @ 2024-12-21 1388/week @ 2024-12-28 3102/week @ 2025-01-04 3103/week @ 2025-01-11 2881/week @ 2025-01-18 3165/week @ 2025-01-25 3625/week @ 2025-02-01 3704/week @ 2025-02-08 3586/week @ 2025-02-15 3274/week @ 2025-02-22 3646/week @ 2025-03-01

14,946 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.5–3.5MB
~51K SLoC