Expand description
Neutral checkpoint materialization and stable parameter binding. Backend-neutral checkpoint materialization and parameter binding.
Structs§
- Binding
Plan - Canonical deterministic declaration for one atomic parameter-binding unit.
- Materialized
Unit - One fully realized atomic unit keyed by stable parameter identity.
- Module
Binding Plan - A canonical binding plan paired with fully qualified logical destinations.
- Parameter
Binding Target - Backend-described geometry of one statically traversed parameter slot.
- Planned
Binding - One logical parameter target and the exact recipe that produces it.
- Selected
Binding Plan - An immutable binding unit admitted by one backend against one exact source.
Enums§
- Binding
Plan Error - Invalid canonical binding declarations or inferred outputs.
- Module
Binding Plan Error - Failure while converting a neutral module traversal into a binding plan.
- Parameter
Orchestration Error - Failure in backend-neutral parameter materialization or binding.
- Recipe
Binding Error - Failure while lowering an atomic neutral recipe set into runtime bindings.
Functions§
- bind_
materialized_ unit - Binds a realized unit into a statically traversed native module.
- bind_
materialized_ unit_ excluding - Binds a realized unit while leaving explicitly excluded destinations untouched.
- bindings_
from_ recipe_ set - Consumes one atomic recipe publication into owner bindings and lightweight logical aliases without cloning any derived recipe.
- build_
exact_ replicated_ text_ bindings - Builds canonical bindings for an exact architecture-selected task partition.
- build_
module_ binding_ plan - Builds the singular declarative plan by traversing any neutral parameterized module.
- materialize_
bindings - Materializes one atomic unit without inspecting backend-native values.
- materialize_
selected_ bindings - Materializes a previously selected binding unit without repeating backend capability selection.
- preflight_
bindings - Validates a complete binding unit before any payload read or native work.
- select_
bindings - Selects a complete immutable binding unit against one exact source.