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

graphviz_dot_builder

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

6 releases

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

#92 in Visualization

Download history 2/week @ 2024-11-13 5/week @ 2024-11-20 2/week @ 2024-11-27 13/week @ 2024-12-04 16/week @ 2024-12-11 4/week @ 2024-12-18 9/week @ 2025-01-29 227/week @ 2025-02-05 22/week @ 2025-02-12 51/week @ 2025-02-19 21/week @ 2025-02-26

323 downloads per month
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

~225–670KB
~15K SLoC