summaryrefslogtreecommitdiff
path: root/rust/src/flowgraph/node.rs
AgeCommit message (Collapse)Author
2025-05-12[Rust] Flow graph API improvementsMason Reed
- Fixed some misc bugs - Added real FlowGraphEdge type - Added accessors for node edges - Added interaction handler to the flow graph example to dump the flow graph to stdin - Split out the flow graph API into smaller files