You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking into porting one of my Rust projects over to Bazel. It uses Protobuf/gRPC, however it is built on Tonic rather than stepancheg's Protobuf/gRPC libraries which are used in the existing proto rules. I've used both and I personally much prefer Tonic, as it generates cleaner and simpler Protobuf objects, the gRPC stubs use async/await, and the whole library is an integrated part of the Tokio stack. It'd be really nice to have separate rules for Tonic. Something like rust_tonic_library.
The text was updated successfully, but these errors were encountered:
I'm looking into porting one of my Rust projects over to Bazel. It uses Protobuf/gRPC, however it is built on Tonic rather than stepancheg's Protobuf/gRPC libraries which are used in the existing proto rules. I've used both and I personally much prefer Tonic, as it generates cleaner and simpler Protobuf objects, the gRPC stubs use async/await, and the whole library is an integrated part of the Tokio stack. It'd be really nice to have separate rules for Tonic. Something like
rust_tonic_library
.The text was updated successfully, but these errors were encountered: