Skip to main content

minibwa_sys/
lib.rs

1//! Low-level FFI bindings to minibwa. Generated by bindgen; see `build.rs`.
2#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
3#![allow(clippy::all)]
4
5include!(concat!(env!("OUT_DIR"), "/bindings.rs"));