1 2 3 4 5 6
#[allow(warnings)] mod bindings { include!(concat!(env!("OUT_DIR"), "/bindings.rs")); } pub use bindings::*;