# Constants
No description provided by the author
No description provided by the author
# Structs
DotEdgeSpec is the specification for an edge in DOT graph.
DotNodeSpec is the specification for a node in a DOT graph.
No description provided by the author
Graph hold the nodes and edges of a graph.
No description provided by the author
# Interfaces
NodeConstrain is a constraint for a node in a graph.
# Type aliases
EdgeSpecFunc is a function that returns the DOT specification for an edge.
No description provided by the author