//! Open-flow recovery: apply-journal replay, catalog reconciliation,
//! tombstone GC, spill-scratch reclamation.
pub
pub
pub
pub
pub
pub use ;
// `pub` here is crate-scoped in effect: the `recovery` module itself is
// `pub(crate)`, so these do not escape the crate. The deep-walk items above are
// re-exported from the crate root and are the only public part of recovery.
pub use ;