actionqueue-storage 0.1.2

WAL, snapshot, and recovery storage layer for the ActionQueue task queue engine.
Documentation
1
2
3
4
5
6
7
8
9
//! Recovery module for WAL replay and state reconstruction.
//!
//! Recovery components are replay-only reconstruction surfaces.
//! Durable lifecycle mutation commands must route through
//! [`crate::mutation::authority::StorageMutationAuthority`].

pub mod bootstrap;
pub mod reducer;
pub mod replay;