hotspots-parser 0.0.8

A tool to find hotspots in your git repository.
Documentation
1
2
3
4
5
fn func_two() {}

fn func_three() {
    let nested = || {};
}