#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

#229 in Algorithms

Download history 108/week @ 2023-02-13 228/week @ 2023-02-20 72/week @ 2023-02-27 249/week @ 2023-03-06 232/week @ 2023-03-13 243/week @ 2023-03-20 451/week @ 2023-03-27 581/week @ 2023-04-03 587/week @ 2023-04-10 834/week @ 2023-04-17 922/week @ 2023-04-24 1719/week @ 2023-05-01 774/week @ 2023-05-08 693/week @ 2023-05-15 888/week @ 2023-05-22 896/week @ 2023-05-29

3,362 downloads per month
Used in 3 crates (2 directly)

Apache-2.0

11KB
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