1 2 3 4 5 6 7 8
//! Pipeline Plan skeleton. //! //! Full planning is roadmap 0.6.0. This module provides types and a stub //! planner so later phases can extend without reshaping the public API. mod pipeline_plan; pub use pipeline_plan::*;