jplatte / cargo-depgraph

Creates graphviz dependency graphs for Rust projects that use Cargo
GNU General Public License v3.0
151 stars 8 forks source link

Add a way to customize the output #7

Open jplatte opened 3 years ago

jplatte commented 3 years ago

The default colors and styles might not be suitable for everything, and building in support for customization shouldn't be that hard.

As a workaround until this exists, one can already alter the emitted dot code before passing it to graphviz.