#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

#850 in Algorithms

Download history 1719/week @ 2023-11-20 1505/week @ 2023-11-27 1526/week @ 2023-12-04 1464/week @ 2023-12-11 1109/week @ 2023-12-18 623/week @ 2023-12-25 1465/week @ 2024-01-01 1763/week @ 2024-01-08 1410/week @ 2024-01-15 1694/week @ 2024-01-22 1721/week @ 2024-01-29 2033/week @ 2024-02-05 1603/week @ 2024-02-12 1497/week @ 2024-02-19 1626/week @ 2024-02-26 1642/week @ 2024-03-04

6,487 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