//! Partition module barrel. //! //! Re-exports the concrete planning/apply implementation from plan.rs to avoid a large mod.rs. //! See [src/partition/plan.rs](plan.rs) for details. // // REGION: API // api: partition::plan::* // REGION: API-END pub mod plan; pub use plan::*;