runng_sys/
lib.rs

1// Suppress the flurry of warnings caused by using "C" naming conventions
2#![allow(non_upper_case_globals)]
3#![allow(non_camel_case_types)]
4#![allow(non_snake_case)]
5
6// This matches bindgen::Builder output
7include!(concat!(env!("OUT_DIR"), "/bindings.rs"));