#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

#458 in Visualization

Download history 5/week @ 2024-02-18 16/week @ 2024-02-25 7/week @ 2024-03-03 12/week @ 2024-03-10 10/week @ 2024-03-17 13/week @ 2024-03-24 65/week @ 2024-03-31 5/week @ 2024-04-07 5/week @ 2024-04-14 10/week @ 2024-04-21

85 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
~35K SLoC