Macro graph

Source
macro_rules! graph {
    (nodes: $nodes:expr, connections: { $($left_node:ident: $output:expr => $right_node:ident: $input:expr,)* }) => { ... };
}
Expand description

Syntax sugar for building a graph