Crate byteor_pipeline

Crate byteor_pipeline 

Source
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 + validation
  • lower: explicit lowering into canonical specs
  • spec: v1 spec types + kv + validation
  • kernel: 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;