1
2
3
4
5
6
7
8
// Clippy TODO
#![allow(clippy::all)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
#![allow(deref_nullptr)] // seems to be done a lot in tests, but not _actually_..

include!("bindings.rs");