Crate byteor_pipeline_lower

Crate byteor_pipeline_lower 

Source
Expand description

Explicit lowering from plans into canonical pipeline specs.

Structs§

LowerOptionsV1
Lowering options for producing a v1 spec.
LowerReportV2
Lowering report for the full-parity source contract.

Enums§

LowerDiagnosticCategoryV2
Structured categories for v2 lowering diagnostics.
LowerDiagnosticV2
Structured lowering diagnostics for v2 lowering.
LowerError
Errors produced during lowering.

Functions§

lower_lane_graph_v2
Lower a full-parity authoring document into PipelineSpecV1::LaneGraph.
lower_single_ring_v2
Lower a full-parity authoring document into PipelineSpecV1::SingleRing.
lower_v2
Lower a full-parity authoring document into the requested canonical target.

Type Aliases§

Result
Lowering result type.