#distributed-systems #raft #ha #proto

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

#2113 in Algorithms

Download history 2352/week @ 2024-12-18 981/week @ 2024-12-25 2017/week @ 2025-01-01 3322/week @ 2025-01-08 2768/week @ 2025-01-15 3444/week @ 2025-01-22 3203/week @ 2025-01-29 3727/week @ 2025-02-05 3200/week @ 2025-02-12 4109/week @ 2025-02-19 2879/week @ 2025-02-26 3672/week @ 2025-03-05 3449/week @ 2025-03-12 4181/week @ 2025-03-19 3305/week @ 2025-03-26 4087/week @ 2025-04-02

15,515 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