Modules§
Structs§
- Connection
- Graph edge between source node output and target node input.
- Graph
- Processing graph consisting of nodes and connections.
- InputId
- Identifier for input (unique in node).
- NodeId
- Identifier for node (unique in graph).
- Output
Id - Identifier for output (unique in node).
Enums§
- Graph
Error - Graph error type.
Traits§
- Node
- Abstract processing node with inputs and outputs.