// SPDX-License-Identifier: Apache-2.0
//! Storage-agnostic background repack scheduling.
//!
//! The scheduler decides when and how much work may run. Implementations own
//! their storage-specific prepare, verification, and atomic-cutover protocol.
//! Native packs, hosted projections, and future compact frame writers can
//! therefore share resource control without sharing storage assumptions.
pub use ;
pub use RepackScheduler;
pub use ;