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 lite-runtime customization options #399

Closed
wants to merge 2 commits into from

Commits on Mar 13, 2019

  1. *: support add lite-runtime customization options

    Some times, it may not be suitable to enable lite-runtime for all languages.
    For java, it even warns about generating broken code. However
    rust-protobuf can only enable lite runtime through the default file
    option, which make it difficult to work with different languages.
    
    This pull request provides an additional way to enable the flag, so lite
    runtime can be enabled for rust while disabled for all other languages.
    BusyJay committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    a5dd03f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. add missing codegen rules

    BusyJay committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    b8dc7b3 View commit details
    Browse the repository at this point in the history