Crate graphvizier

Source
Expand description

A [dot file]1 generator.


  1. https://www.graphviz.org/doc/info/lang.html 

Modules§

entities
Entity defines all the top-level objects we know how to represent in a .dot file.
generator

Traits§

Graphable
Implement this trait to expose a graphviz implementation of your type.