tonic-build compiles proto files via prost and generates service stubs and proto definitiones for use with tonic
Questions tagged [tonic-build]
1 questions
0
votes
1 answer
Error using package name as "proto.messages.v1" in .proto with prost, and tonic in rust
I'm new to Rust and trying to create a simple gRPC application. Here is the directory structure:
grpc-protobuf
├── Cargo.toml
├── build.rs
├── proto
│ ├── hello
│ │ └── hello.proto
│ └── messages
│ └── hello.proto
└── src
└──…

Gaurav Gahlot
- 1,583
- 3
- 14
- 19