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§
- Node
Entry - Metadata about a registered node type.
- Node
Registry - Global node registry — populated at startup via
register!.
Type Aliases§
- Node
Factory - A constructor that produces a boxed DspNode.