Module graph

Module graph 

Source
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.
MountedGraph
Lowered graph plus mounted-node handles for direct updates.
MountedNode
Handle for a node that has already been mounted into a runtime graph.
Node
A graph node.

Enums§

GraphRoots
Input accepted by Graph::render(...).
MountError
Error returned by Graph::mount and Graph::mount_with_id_counter.

Type Aliases§

Value