1 2 3 4 5 6 7
include!(concat!(env!("OUT_DIR"), "/bindings.rs")); #[cfg(test)] mod test { #[test] fn test() {} }