crates.io/crates/cargo-c…
`cargo-call-stack` is a static, whole program stack analysis tool, and in this second release it went from "It works ... sometimes" to "this is awesome!"
Here's what new:
1/8
I have fixed enough bugs that the tool can now analyze a complex program like "Hello, world!". Its call graph is certainly way more complex than of any of the embedded Rust program I have written!
Here's the (huge) "hello" call graph: japaric.github.io/cargo-call-sta…
7/8
The other day I posted the source code of an embedded CoAP server and said that the program contained zero panicking branches when fully optimized
This time I have proof! Here's the call graph of that program: japaric.github.io/cargo-call-sta…
8/8