Expand description
Application-facing facade over pipeline IR/spec/kernel/executors.
This crate exists to provide a single import point for application code while keeping the core contracts and hot loops in dedicated crates.
Re-exports:
plan: model-neutral authoring types + validationlower: explicit lowering into canonical specsspec: v1 spec types + kv + validationkernel: hot-loop traits + step primitives- (feature
std)exec: SP/MP executors + SHM attachment helpers
Re-exportsยง
pub use byteor_pipeline_plan as plan;pub use byteor_pipeline_lower as lower;pub use byteor_pipeline_spec as spec;pub use byteor_pipeline_kernel as kernel;pub use byteor_pipeline_exec as exec;