Docs.rs
raft-rust-0.1.0
raft-rust 0.1.0
Docs.rs crate page
Apache-2.0
05 August 2026
Links
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
ReadSequence
raft_
rust
0.1.0
In raft_
rust::
raft
raft_rust
::
raft
Type Alias
Read
Sequence
Copy item path
Source
pub type ReadSequence =
u64
;
Expand description
读序列号,用于为线性一致读确认领导权。