hotspots-parser 0.0.8

A tool to find hotspots in your git repository.
Documentation
1
2
3
4
5
6
7
8
9
struct x {}

impl x {
    fn func_one() {}
    fn func_two() {
        let nested = || {};
    }
    fn func_three() {}
}