OpenMined / syft-proto

Defines types for all Serde encoding across languages
Apache License 2.0
20 stars 24 forks source link

Move from buf image build -o - to buf protoc #140

Open bufdev opened 4 years ago

bufdev commented 4 years ago

Note we haven't documented it yet, but buf protoc is now integrated into buf, and would replace much of your logic piping the output of buf image build -o - to protoc --descriptor_set_in - would recommend checking it out! It's a drop-in replacement to protoc, but does use protoc for the builtin plugins java, cpp, etc.

bufdev commented 4 years ago

Note you can now use buf generate https://docs.buf.build/generate-usage