297b09e Update the installation instructions for Arch Linux
~jplatte pushed to ~jplatte/cargo-depgraph git
Creates dependency graphs for cargo projects using cargo metadata
and graphviz.
cargo install cargo-depgraph
If you are using Arch Linux, you can alternatively install via pacman -S cargo-depgraph
.
Note: This assumes you have Graphviz installed. There are also online
tools that can generate graphics from the textual graphviz graphs cargo depgraph
generates, if
the command-line graphviz tools like dot
aren't your thing.
cargo depgraph [options] | dot -Tpng > graph.png
The full list of options can be seen by running
cargo depgraph --help
Commonly useful options:
--all-deps
--all-deps --dedup-transitive-deps