facebookarchive / cargo-guppy

Track and query Cargo dependency graphs.
https://docs.rs/guppy
Apache License 2.0
351 stars 24 forks source link

Add richer formatting to dot output #43

Open sunshowers opened 4 years ago

sunshowers commented 4 years ago

Use the DotWrite as the output, and allow arbitrary attributes to be set.

Probably going to require that the DotWrite become &mut DotWrite, so it's a breaking change.

sunshowers commented 4 years ago

cc @rexhoffman in case you want to tackle it!

There's probably a way this can be done without an API breakage -- lmk if you want to talk about it.