global-errors 0.1.0

sinsegye test runtime global errors
Documentation
1
2
3
4
5
6
fn main() {
    prost_build::Config::new()
        .out_dir("src/protos")
        .compile_protos(&["protos/errors.proto"], &["protos"])
        .unwrap();
}