We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7029446 commit a339865Copy full SHA for a339865
oqs-sys/build.rs
@@ -12,7 +12,7 @@ fn generate_bindings(outdir: &PathBuf, headerfile: &str, filter: &str) {
12
// included header files changed.
13
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
14
// Options
15
- .default_enum_style(bindgen::EnumVariation::Rust { non_exhaustive: true })
+ .default_enum_style(bindgen::EnumVariation::Rust { non_exhaustive: false })
16
.size_t_is_usize(true)
17
// Whitelist OQS stuff
18
.whitelist_recursively(false)
0 commit comments