tool/cargo-inspect #15
Unanswered
utterances-bot
asked this question in
General
Replies: 1 comment
|
Tool author here. I wrote cargo-inspect because I wanted to know more about the inner workings of Rust. The compiler actually provides a lot of information that tools like cargo-inspect can simply format and visualize. It works best with small input snippets, but it also supports crates. Just keep in mind that the output can be a bit overwhelming in that case. I gave a talk about the tool at FOSDEM, Brussels 2019 here. For a similar tool that uses the same compiler internals but formats it a little differently, try cargo-expand. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
cargo-inspect, An Open Source analysis tool for rust
https://analysis-tools.dev/tool/cargo-inspect
All reactions