tonic
tonic copied to clipboard
Support glob patterns when compile .proto files
Feature Request
Crates
tonic-build
Motivation
It's boring to add .proto files to compile one by one.
Proposal
Use glob crate to match .proto files.
Alternatives
Compile .proto files under some directory.
The paths are actually passed directly to prost. That is done here. So perhaps it would be better to add glob support there. Would you mind filing an issue with prost instead?