//! Pure-data indexed-apply plan model, builder, applier, and verifier.
//!
//! See [`Plan`] for the data shape, [`PlanBuilder`] for the sole construction
//! entry point, [`IndexApplier`] paired with the [`PatchSource`](crate::index::PatchSource)
//! trait for execution, and [`PlanVerifier`](crate::index::PlanVerifier) paired with
//! [`RepairManifest`](crate::index::RepairManifest) for read-only verification of an
//! install tree against a [`Plan`]. Opt-in CRC32 verification is available via
//! [`Plan::with_crc32`].
pub
pub use IndexApplier;
pub use PlanBuilder;
pub use ;
pub use ;
pub use ;