ni-visa-bindings 1.0.1

Raw Rust bindings to the NI-VISA library, providing low-level access to the National Instruments Virtual Instrument Software Architecture (VISA) API for instrument control and communication.
1
2
3
4
5
6
7
#[allow(non_camel_case_types, non_upper_case_globals, non_snake_case, dead_code, unused_imports)]
pub mod ffi {
  include!(concat!(env!("OUT_DIR"), "/visa_bindings.rs"));
}

#[cfg(test)]
mod tests;