cargo-modules icon indicating copy to clipboard operation
cargo-modules copied to clipboard

Feature request: hide transitive dependencies

Open Chadehoc opened this issue 6 months ago • 0 comments

When the dependency graph becomes unreadable, it would be nice to simplify it by hiding A -> C if already implied by A -> B and B -> C; i.e. hiding dependencies that are transitively implied by already shown dependencies.

See cargo-depgraph's --dedup-transitive-deps option (https://github.com/jplatte/cargo-depgraph).

Chadehoc avatar Jul 17 '25 10:07 Chadehoc