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