cargo-vistree-0.1.2 is not a library.
cargo-vistree
cargo-vistree is a cargo-tree like cargo extension for graphical visualization of dependecy tree.
Usage:
&&
Installation:
cargo install cargo-vistree
Install graphviz:
$ brew install graphviz
OR
$ sudo apt -y install graphviz
KEEP YOUR DEPENDENCIES FRESH AND CLEAN!
I would like to mention here awesome utils:
- machete [remove unused deps: fast analyze source code]
- udeps [remove unused deps: more accurately, slower]
- dependabot [update deps]
- deny [linter for deps]