Skip to main content

Module dot_parser

Module dot_parser 

Source
Expand description

DOT subset parser for Attractor pipeline graphs.

Parses the Attractor DOT dialect: one digraph per file, directed edges only, node/edge attributes, chained edges, subgraph scoping, default blocks.

Structs§

DotEdge
An edge in the DOT graph.
DotGraph
A parsed DOT graph.
DotNode
A node in the DOT graph.
DotSubgraph
A subgraph (cluster) in the DOT graph.

Enums§

AttrValue
Typed attribute value.

Functions§

parse_dot
Parse a DOT file string into a DotGraph.