An async implementation of the Raft distributed consensus protocol.
# Cargo.toml
[dependencies]
async-raft = "0.6.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic async-raft import
Add tokio or async-std as a dependency and use #[tokio::main] or similar
No dependency data recorded yet.