Skip to main content

Module registry

Module registry 

Source
Expand description

Node-type registry. Port of platform/registry.py.

Maps a node type string (transform.state_append) to a factory that builds a StepNode from its config. Products extend the registry with their own business node types without touching this crate.

Structs§

FieldSpec
NodeRegistry
Registry of step-node factories. Ingress types are tracked by name only — the runner owns their execution.
NodeSchema

Enums§

FieldType
NodeError

Type Aliases§

StepFactory
Builds a step node from its (raw, unresolved) config value.