libosdp_sys/lib.rs
1#![no_std]
2//! Auto generated (bindgen) wrapper for LibOSDP C API exposed from osdp.h
3//! [here](https://github.com/goToMain/libosdp/blob/master/include/osdp.h).
4
5#![allow(non_upper_case_globals)]
6#![allow(non_camel_case_types)]
7#![allow(non_snake_case)]
8#![allow(missing_debug_implementations)]
9#![allow(missing_docs)]
10#![allow(unused)]
11
12core::include!(core::concat!(core::env!("OUT_DIR"), "/bindings.rs"));