We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6b0a3 commit 20ac4b4Copy full SHA for 20ac4b4
program/rust/build.rs
@@ -1,6 +1,7 @@
1
mod build_utils;
2
use bindgen::Builder;
3
4
+
5
fn main() {
6
println!("cargo:rustc-link-search=../c/target");
7
program/rust/build_utils.rs
use bindgen::callbacks::ParseCallbacks;
use std::collections::HashMap;
use std::panic::UnwindSafe;
+use std::panic::UnwindSafe;
///This type stores a hashmap from structnames
///to vectors of trait names, and ensures
0 commit comments