1#[allow(non_camel_case_types)] 2pub mod ffi_libopenraw; 3 4pub use ffi_libopenraw::*; 5 6#[cfg(test)] 7mod tests { 8 #[test] 9 fn it_works() { 10 assert_eq!(2 + 2, 4); 11 } 12}