Docs.rs
zlayer-consensus-0.11.21
zlayer-consensus 0.11.21
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ZachHandley
Dependencies
axum ^0.8
normal
openraft ^0.9
normal
postcard2 ^0.2.1
normal
redb ^2.2
normal
optional
reqwest ^0.13
normal
serde ^1
normal
thiserror ^2
normal
tokio ^1.49
normal
tracing ^0.1
normal
tokio ^1.49
dev
Versions
97.65%
of the crate is documented
Go to latest version
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 types
zlayer_
consensus
0.11.21
Module types
Module Items
Structs
Type Aliases
In crate zlayer_
consensus
zlayer_consensus
Module
types
Copy item path
Source
Expand description
Core type aliases and re-exports for the consensus layer.
Structs
§
Basic
Node
An implementation of trait
Node
that contains minimal node information.
Type Aliases
§
NodeId
Raft node identifier. Every node in a cluster must have a unique
NodeId
.