raft-log 0.3.0

Raft log implementation
Documentation
1
2
3
4
5
6
//! Core API interfaces and types for Raft-log operations.

pub mod raft_log_writer;
pub mod state_machine;
pub mod types;
pub mod wal;