Wildcarding / large number of protos
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
I am standing up a service that needs to codegen off of a large number of protos, most of which import from one another.
What is the best practice for passing a large number of protos to either `tonic_build::compile_protos()` or `tonic_build::configure.compile()`?
I'm thinking of something similar to the wildcarding available in the python `grpc_tools.protoc` plugin (see https://grpc.io/docs/languages/python/quickstart/)
Contributor guide
Assessment
This issue has not been assessed yet.