Description
Rust dependency graphs can be explored interactively to understand how crates relate to each other. It is useful for developers investigating dependency size, duplication, or project structure.
This is visualization tooling. Treat the graph as a guide for review, then confirm changes with Cargo commands and project tests before altering dependencies.