uldaq-sys 0.3.0

Raw FFI bindings for the uldaq library (Measurement Computing / Data Translation DAQ devices)
Documentation
//! # Raw FFI bindings for the uldaq library
//!
//! This crate provides raw FFI bindings to the
//! [uldaq](https://github.com/mccdaq/uldaq) library, used for interacting with
//! Measurement Computing / Data Translation DAQ devices on Linux.
//!
//! These bindings are unsafe and low-level. For a safe, ergonomic wrapper
//! around this crate, have a look at the [`uldaqrs`] crate.
//!
//! For documentation of all exported structs and functions, please have a look
//! at the [upstream code](https://github.com/mccdaq/uldaq).
//!
//! ## Author information
//!
//! - [J.A. de Jong (Redu-Sone B.V. / ASCEE)](mailto:j.a.dejong@ascee.nl)
//!
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));