Expand description
Minimal Rust-native graph DSL for Elementary-style node composition.
This module provides the core graph types (Graph, Node, MountedGraph,
etc.). For node composition helpers, see the authoring module.
Structs§
- Graph
- A multichannel graph is a set of root nodes, one per output channel.
- Mounted
Graph - Lowered graph plus mounted-node handles for direct updates.
- Mounted
Node - Handle for a node that has already been mounted into a runtime graph.
- Node
- A graph node.
Enums§
- Graph
Roots - Input accepted by
Graph::render(...). - Mount
Error - Error returned by
Graph::mountandGraph::mount_with_id_counter.