chunked-wal 0.2.0

Chunked write-ahead log implementation
Documentation
1
2
3
4
5
//! Core WAL API traits.

pub mod state_machine;
pub mod wal;
pub mod wal_types;