gsasl_sys/lib.rs
1#![allow(non_upper_case_globals)]
2#![allow(non_camel_case_types)]
3#![allow(non_snake_case)]
4
5#![allow(improper_ctypes_definitions)]
6
7#[cfg(feature = "build_bindgen")]
8include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
9
10#[cfg(not(feature = "build_bindgen"))]
11include!(concat!("stale_bindings.rs"));