wepoll-ffi 0.1.2

Bindings for the wepoll library
1
2
3
4
5
6
7
8
9
10
11
#[allow(non_upper_case_globals)]
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]
// bindgen tests are currently triggering a lint for dereferencing a null ptr when calculating
// offset of fields
// https://github.com/rust-lang/rust-bindgen/issues/1651
#[allow(unknown_lints)]
#[allow(deref_nullptr)]
#[rustfmt::skip]
pub mod bindings;
pub use bindings::*;