Skip to content

Protobuf rules using Tonic #478

@tvolk131

Description

@tvolk131

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions