//! Low-level FFI bindings to [libxev](https://github.com/mitchellh/libxev).
//!
//! The bindings in this crate are generated at build time by `bindgen` from
//! the vendored `include/xev.h`. The underlying static library is compiled
//! from vendored Zig sources via `zig build` invoked from `build.rs`.
include!;