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
Parse -> extra_bindings is available under cbindgen.toml, but missing in the Builder.
I added a pull request:
#[allow(unused)] pub fn with_parse_extra_bindings<S: AsRef<str>>(mut self, extra_bindings: &[S]) -> Builder { self.config.parse.extra_bindings = extra_bindings .iter() .map(|x| String::from(x.as_ref())) .collect(); self }
The text was updated successfully, but these errors were encountered:
[mozilla#644] Add parse extra bindings to builder
64d7077
[#644] Add parse extra bindings to builder
ee01884
Fixed by #645. Thanks!
Sorry, something went wrong.
No branches or pull requests
Parse -> extra_bindings is available under cbindgen.toml, but missing in the Builder.
I added a pull request:
The text was updated successfully, but these errors were encountered: