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

Add protoc plugin handling to the prost-build Config and basic plugin #313

Closed
wants to merge 1 commit into from

Commits on May 17, 2020

  1. Add protoc plugin handling to the prost-build Config and basic plugin

    This refactors some of the private logic within prost-build's lib.rs so
    that it is compatible with generating the logic necessary to run a
    plugin for protoc or a build.rs file.  In both cases, the output can be
    changed based on how the Config is built.  This adds the capability for
    paramters passed in via protoc to a plugin to allow adjust this
    configuration, but the mechanics of that are left as a TODO until the
    design is solidified.
    dfreese committed May 17, 2020
    Configuration menu
    Copy the full SHA
    d306145 View commit details
    Browse the repository at this point in the history