Module automata::dot

source ·
Expand description

Strongly typed representation for writing dot files.

See https://graphviz.gitlab.io/_pages/doc/info/lang.html for the full specification. Only parts which were relevant have been translated. Some redundant parts have no representation such as allowing multiple [] attribute lists behind a node or edge directive.

Structs

Optionally contains the possible edge attributes.
Writes dot files.
An identifier, has several uses in the language (ID).
Optionally contains the possible node attributes.

Enums