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
Module engine
raft_
rust
0.1.0
Module engine
Module Items
Structs
Traits
Functions
In raft_
rust::
storage
raft_rust
::
storage
Module
engine
Copy item path
Source
Structs
§
Status
引擎状态信息。
Traits
§
Engine
键值存储引擎,保存任意字节串。键按字典序维护,因此支持范围扫描。 例如:扫描某张表的全部行(共用键前缀),或扫描 Raft 日志尾部(给定索引之后)。
Scan
Iterator
由
Engine::scan()
返回的键值对扫描迭代器。
Functions
§
prefix_
range
为键前缀生成扫描范围。