Document @com_google_protobuf//:protoc? #174
Labels
documentation
Improvements or additions to documentation
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
There are some rust protobuf/grpc libraries (e.g. prost, tonic) that use the
protoc
binary to compile.proto
files into the descriptor set. Afterwards, these libraries use the descriptor set to generate rust code.I found out that
@com_google_protobuf//:protoc
is a convenient way to get precompiledprotoc
(whenever possible). However, I can't find where this is documented or if this is something stable that we can rely on.The text was updated successfully, but these errors were encountered: