grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

grpc-rust/protoc-rust-grpc/src/lib.rs should not panic, or at least parametrize

Open przygienda opened this issue 5 years ago • 1 comments

it would be nice grpc-rust/protoc-rust-grpc/src/lib.rs returns a proper error on missing compiler, wrong version etc. instead of panic. That would on different platforms just throw a warning from build.rs when the code is e.g. precompiled & checked in. Not much work, if necessary can do that ...

przygienda avatar Oct 27 '18 05:10 przygienda

Patch welcome.

stepancheg avatar Nov 15 '18 01:11 stepancheg