Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(build): Better support for custom codecs #999

Merged
merged 3 commits into from May 5, 2022

Commits on May 4, 2022

  1. Copy the full SHA
    d53520f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. tonic-build: add module for declaratively generating services

    This patch adds the `rust` module to tonic-build which provides
    utilities for declaratively defining services in rust code instead of
    via the traditional method of defining a service in a `proto` file.
    
    It also enables setting a custom `Codec` to in order to use a custom
    serialization format other than `protobuf`.
    bmwill committed May 5, 2022
    Copy the full SHA
    25a35e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aaff306 View commit details
    Browse the repository at this point in the history