//! Raw FFI bindings to OpenWrt's [libubox].
//!
//! See the workspace `README.md` for build-host requirements (CMake,
//! `pkg-config`, `libjson-c-dev`) and feature flags (`json`, `bindgen`,
//! `static`).
//!
//! The committed bindings live in `src/bindings/pregenerated.rs` and are
//! used unless the `bindgen` feature is enabled.
//!
//! [libubox]: https://git.openwrt.org/project/libubox.git
pub use *;