We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The protoc-gen-prost-serde documentation states the following: This tool supports all the same options from pbjson-build.
protoc-gen-prost-serde
This is not correct. One example is ignore_unknown_fields, there could be more as well. The options in pbjson-build can be found here.
ignore_unknown_fields
The code that sets these options can be found here:
protoc-gen-prost/protoc-gen-prost-serde/src/lib.rs
Lines 67 to 124 in 39faedb
The text was updated successfully, but these errors were encountered:
0571a5a
Successfully merging a pull request may close this issue.
The
protoc-gen-prost-serde
documentation states the following: This tool supports all the same options from pbjson-build.This is not correct. One example is
ignore_unknown_fields
, there could be more as well. The options in pbjson-build can be found here.The code that sets these options can be found here:
protoc-gen-prost/protoc-gen-prost-serde/src/lib.rs
Lines 67 to 124 in 39faedb
The text was updated successfully, but these errors were encountered: