Skip to main content

Module node

Module node 

Source
Expand description

Node registration and factory system.

The NodeRegistry maps type name strings → constructor functions, enabling the manifest system and CLI to instantiate nodes by name.

Structs§

NodeEntry
Metadata about a registered node type.
NodeRegistry
Global node registry — populated at startup via register!.

Type Aliases§

NodeFactory
A constructor that produces a boxed DspNode.