cost 0.1.1

measure the cost of running your functions
Documentation
1
2
3
4
5
6

fn main() {
    cc::Build::default()
        .file("perf.c")
        .compile("perf")
}