Tool for intra-crate dependencies

Is there a tool akin to cargo deps that can report on the dependencies within a crate rather than the dependencies among crates?

In other words, the implementation or definition of struct Foo somehow depends on the definition of enum Bar and so on and so on …

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.