Crate flowing

Crate flowing 

Source

Modules§

nodes

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).
OutputId
Identifier for output (unique in node).

Enums§

GraphError
Graph error type.

Traits§

Node
Abstract processing node with inputs and outputs.