lightswitch-proto 0.2.2

Protocol buffers wrappers for use in profiling tools
Documentation
1
2
3
4
5
6
fn main() {
    let fd = protox::compile(["src/protos/profile.proto"], ["src/protos"])
        .expect("compile profile.proto");

    prost_build::compile_fds(fd).expect("build file descriptors");
}