1
2
3
4
5
6
7
8
9
#![allow(clippy::all)]
#![allow(deref_nullptr)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]
// https://github.com/rust-lang/rust-bindgen/issues/1651
#![allow(unaligned_references)]

include!(concat!(env!("OUT_DIR"), "/v4l2_bindings.rs"));