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:
- Is anything like this already done?
- Which parts of
rustc
(andcargo
) would I need?