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§
- Attr
Value - Typed attribute value.
Functions§
- parse_
dot - Parse a DOT file string into a DotGraph.