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

graphviz_dot_builder

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

4 releases

0.1.3 Jul 7, 2024
0.1.2 Apr 8, 2023
0.1.1 Mar 20, 2023
0.1.0 Mar 19, 2023

#102 in Visualization


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

~290–760KB
~17K SLoC