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): Expose Prost generation plugin #947

Merged
merged 2 commits into from Mar 31, 2022

Commits on Mar 26, 2022

  1. Expose Prost generation plugin

    Exposing such plugin allows independent code generators (outside of the
    vanilla `build.rs` workflow) to use tonic-build to get gRPC code
    generation. This paves the way for a `protoc-gen-tonic` plugin, opening
    integration in e.g. buf.
    Tuetuopay committed Mar 26, 2022
    Copy the full SHA
    cc84bee View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. build: Replace the pub service generator struct with a getter

    This simplifies the code as it allows to simply write
    `configure() /* opts */ .service_generator()`.
    Tuetuopay committed Mar 31, 2022
    Copy the full SHA
    afb68eb View commit details
    Browse the repository at this point in the history