Tool for analyzing Rust module and type structure

Are there any good tools available for analyzing a Rust crates type definition structure?

I am would like to visualize all types in my project in the module tree.

I only know of cargo-modules, which only shows the module tree of a crate.

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.