| # Rust Protobuf Rules | |
| These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [Rust][rust] with Bazel. | |
| [rust]: http://www.rust-lang.org/ | |
| [protobuf]: https://developers.google.com/protocol-buffers/ | |
| [grpc]: https://grpc.io | |
| More information can be found in the [rules_rust documentation](https://bazelbuild.github.io/rules_rust/rust_proto.html). |