Crates.io | tender |
lib.rs | tender |
version | 0.1.1 |
source | src |
created_at | 2022-08-03 12:10:08.834938 |
updated_at | 2022-09-24 10:06:42.538908 |
description | A Raft-based election framework |
homepage | https://github.com/cod-technologies/tender |
repository | https://github.com/cod-technologies/tender.git |
max_upload_size | |
id | 638003 |
size | 136,013 |
A Raft-based election framework.
This version of tender
requires Rust 1.57 or later.
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in tender
by you, shall be licensed as Apache-2.0 and MIT, without any additional
terms or conditions.
tender
is inspired by async-raft
.