//! Pure-data indexed-apply plan model, single-patch builder, applier, and verifier.
//!
//! See [`Plan`] for the data shape, [`PlanBuilder`] (or the freestanding
//! [`build_plan`] function) for the construction entry point,
//! [`IndexApplier`] paired with the [`PatchSource`] trait for execution, and
//! [`Verifier`] paired with [`RepairManifest`] for read-only verification of
//! an install tree against a [`Plan`]. Opt-in CRC32 verification is available
//! via [`Plan::compute_crc32`].
pub
pub use IndexApplier;
pub use ;
pub use ;
pub use ;
pub use ;
pub use MemoryPatchSource;