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
//! Snapshot module for state persistence and recovery.

pub mod build;
pub mod loader;
pub mod mapping;
pub mod model;
pub mod writer;