Vizualizing Rust source code with graphviz or similar

I've got an extensive existing codebase that I need to learn, and I want to graphically visualize the types & functions within, and how they are used by each other, ideally as some sort of force-directed graph (or some other graph-drawing algorithm if it is better for this task). Does anyone know of such a tool?

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.