Docs.rs
raft-rust-0.1.2
raft-rust 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
07 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
chjgfg
Dependencies
bincode ^2.0
normal
crossbeam ^0.8
normal
env_logger ^0.11
normal
fs4 ^0.13
normal
itertools ^0.14
normal
log ^0.4
normal
rand ^0.10
normal
serde ^1.0
normal
serde_yaml ^0.9
normal
uuid ^1.0
normal
serde_json ^1.0
dev
Versions
68.53%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module cluster
raft_
rust
0.1.2
Module cluster
Module Items
Structs
Functions
In crate raft_
rust
raft_rust
Module
cluster
Copy item path
Source
Expand description
进程内 Raft 集群运行时:channel 传输、客户端与故障注入。
供
main
、example 与集成测试复用。不包含真实网络或磁盘持久化。
Structs
§
Client
可向任意本地节点提交请求的客户端(跟随者会转发到领导者)。
Cluster
进程内多节点 Raft 集群。
Transport
可故障注入的进程内传输。
Functions
§
test_
options
测试/演示用较快超时。
wait_
for_
leader
等待选出领导者。