Visualization of Rust data structures with graphs

Hello,

I'm trying to visualize Rust data structures with graphs, I have the following result:

However the tool is very limited. I would like to produce the graph a crate and more. I used syn to start but I'm wondering:

  1. Is anything like this already done?
  2. Which parts of rustc (and cargo) would I need?
2 Likes

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.