| Crates.io | cargo-vistree |
| lib.rs | cargo-vistree |
| version | 0.1.2 |
| created_at | 2023-10-29 16:21:38.457839+00 |
| updated_at | 2023-10-29 20:08:57.736036+00 |
| description | cargo extension for visualize dependencies |
| homepage | https://github.com/oriontvv/cargo-vistree/ |
| repository | https://github.com/oriontvv/cargo-vistree/ |
| max_upload_size | |
| id | 1017607 |
| size | 70,711 |
cargo-vistree is a cargo-tree like cargo extension for graphical visualization of dependecy tree.
cargo vistree -o Cargo.dot && dot -Tsvg Cargo.dot -o Cargo.svg
cargo install cargo-vistree
Install graphviz:
$ brew install graphviz
OR
$ sudo apt -y install graphviz
I would like to mention here awesome utils: