Crates.io | agreed |
lib.rs | agreed |
version | 1.1.0 |
source | src |
created_at | 2021-05-11 12:33:23.58623 |
updated_at | 2021-05-20 11:31:49.742603 |
description | Fork of async-raft, the Tokio-based Rust implementation of the Raft protocol. |
homepage | https://github.com/nlv8/agreed |
repository | https://github.com/nlv8/agreed |
max_upload_size | |
id | 396047 |
size | 231,027 |
Agreed is an implementation of the Raft consensus protocol in Rust, intented to serve as a basis for distributed data systems.
Getting Started
If you want to get started with building applications on top of Agreed, then checkout out The Agreed Guide. Afterwards, feel free to jump into the documentation.
This project, including the guide, was originally written by Anthony Dodd as async-raft. Huge props to him! :rocket:
Agreed is licensed under the terms of the MIT License or the Apache License 2.0, at your choosing.
NOTE: the appearance of the "section" symbols ยง
throughout this project are references to specific sections of the Raft spec.