cargo-depflame 0.1.4

Visualize your Cargo dependency tree as a flamegraph and find optimization opportunities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analyze;
pub mod cli;
#[cfg(feature = "remote")]
pub mod crate_fetch;
pub mod flamegraph;
pub mod graph;
pub mod html_report;
pub mod metrics;
pub mod platform;
pub mod registry;
pub mod report;
pub mod sample;
pub mod scanner;