#graphviz #dot #cluster #directed-graph #digraph #subraph

graphviz_dot_builder

A simple library for generating dot files to obtain images of directed graphs with subgraphs/clusters

3 releases

0.1.2 Apr 8, 2023
0.1.1 Mar 20, 2023
0.1.0 Mar 19, 2023

#423 in Visualization

45 downloads per month
Used in 3 crates

Apache-2.0

44KB
801 lines

A simple library for generating dot files to obtain images of directed graphs with subgraphs/clusters

I initially adapted some code for graphviz from dot-rust in 2020 to be used in some other projects of mine: hibou.

Since then it has evolved a bit and I decided to repackage it on its own as a library.

Dependencies

~1.5MB
~34K SLoC