regexident / cargo-modules

Visualize/analyze a Rust crate's internal structure
Mozilla Public License 2.0
806 stars 46 forks source link

Feature request: dependencies --no-owns #274

Open wduminy opened 3 months ago

wduminy commented 3 months ago

Thank for for creating this great utility.

A new option --no-owns on the dependencies command would help me to create a cleaner usage graph.

Looking at the graph below, applying the --no-owns option could create a view that shows only the uses links. Perhaps also removing those nodes that do not participate in such a relation.

out

duckki commented 3 months ago

This seems related to https://github.com/regexident/cargo-modules/issues/265.