cargo-chrono 0.2.0

Cargo tool to benchmark multiple commits and generate plots of the results
Documentation
1
2
3
4
5
6
7
8
error_chain! {
    errors {
        DirtyRepo(errors: usize) {
            description("repository contains dirty files")
            display("repository contains {} dirty files", errors)
        }
    }
}