Crates.io | simple-raft |
lib.rs | simple-raft |
version | 0.2.0 |
source | src |
created_at | 2021-09-28 21:39:05.951814 |
updated_at | 2021-09-28 21:39:05.951814 |
description | A minimal implementation of the Raft consensus algorithm |
homepage | |
repository | https://github.com/simple-raft-rs/raft-rs |
max_upload_size | |
id | 457794 |
size | 183,234 |
A Rust implementation of the Raft consensus algorithm, focused on:
Important caveats:
This crate is no_std
, but depends on the alloc
crate.
This crate has the following optional features:
prost
enables optional protobuf serialization of Raft messages. A corresponding protobuf file is
also provided.Copyright (C) 2019 Open Whisper Systems
Copyright (C) 2021 jessa0
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.