Macros§
Structs§
- Network
- The full network containing nodes, edges, and any relevant metadata.
- Network
Builder - Builder for
Network
. - Network
Edge - Represents an edge in the DAG, connecting one node’s output to another node’s input.
- Network
Edge Builder - Builder for
NetworkEdge
. - Network
Node - Represents a single node in the network. Each node has an associated operator and references to its input and output buffers.
- Network
Node Builder - Builder for
NetworkNode
. - Test
Wire
Enums§
- Network
Builder Error - Error type for NetworkBuilder
- Network
Edge Builder Error - Error type for NetworkEdgeBuilder
- Network
Node Builder Error - Error type for NetworkNodeBuilder
- Test
WireIO
Functions§
- wire_
up_ network - Wires up all outputs and inputs across the network, checking port‐range, type‐string compatibility, required‐connection fulfillment, and fan‐in/fan‐out rules. Returns an error if any violation occurs.