#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

6 releases

new 0.1.5 Feb 9, 2025
0.1.4 Feb 9, 2025
0.1.3 Jul 7, 2024
0.1.2 Apr 8, 2023
0.1.1 Mar 20, 2023

#95 in Visualization


Used in 4 crates

Apache-2.0

44KB
824 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

~255–710KB
~16K SLoC