Documentation
1
2
3
4
5
fn main() {
    tonic_build::configure()
        .compile_protos(&["proto/transferpb.proto"], &["proto"])
        .unwrap();
}