Registry / networking / async-raft

async-raft

JSON →
library0.6.1rscratesunverified

An async implementation of the Raft distributed consensus protocol.

# Cargo.toml [dependencies] async-raft = "0.6.1"
INSTALL
IMPORT
SIG · ASYNC-RAFT
A
async-raft
networkingrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Raft
use async_raft::Raft;

Basic async-raft import

use async_raft::Raft; fn main() { println!("Async Raft ready"); }
Debug
Known issues
gotchaRequires an async runtime (tokio or async-std)
fix
Add tokio or async-std as a dependency and use #[tokio::main] or similar
affects: >=0.1.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
42
OpenAI (training)
1
Resources
async-raft — cargo add async-raft · libregistry