testlint 0.1.0

A comprehensive toolkit for profiling and coverage reporting across multiple programming languages
Documentation
1
2
3
4
fn main() {
    prost_build::compile_protos(&["proto/profile.proto"], &["proto/"])
        .expect("Failed to compile protobuf definitions");
}