interception_sys/
lib.rs

1#![allow(non_upper_case_globals)]
2#![allow(non_snake_case)]
3
4pub mod bindings;
5pub use bindings::*;