stackwise 0.1.0

Drop-in Rust stack usage analysis with JSON reports and an interactive local UI
Documentation
1
2
3
fn main() -> anyhow::Result<()> {
    stackwise::run(std::env::args_os())
}