shipper 0.3.0-rc.1

Core library for reliable, resumable Rust workspace publishing
Documentation
1
2
3
4
5
6
7
//! Layer 3: persistence. State, events, receipts, and the StateStore trait.
//!
//! May import from `runtime` and `ops`. Must not import from `engine` or `plan`.
//! See `CLAUDE.md` in this folder for the architectural rules.

pub mod events;
pub mod execution_state;