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