tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Support glob patterns when compile .proto files

Open arniu opened this issue 4 years ago • 1 comments

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.

arniu avatar Apr 29 '21 09:04 arniu

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?

davidpdrsn avatar May 01 '21 15:05 davidpdrsn