Registry / networking / raftlog

raftlog

JSON →
library0.6.0rscratesunverified

An implementation of distributed replicated log based on the Raft algorithm

# Cargo.toml [dependencies] raftlog = "0.6.0"
INSTALL
IMPORT
SIG · RAFTLOG
R
raftlog
networkingrustv0.6.0
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.

RaftLog
use raftlog::RaftLog;

Creates a new Raft log instance

use raftlog::RaftLog; fn main() { let log = RaftLog::new(); println!("Raft log created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
Resources
raftlog — cargo add raftlog · libregistry