wiringop-rs/src/ffi.rs

7 lines
163 B
Rust
Raw Normal View History

2024-10-29 12:54:42 +00:00
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));