ni-daqmx-sys

Crates.ioni-daqmx-sys
lib.rsni-daqmx-sys
version20.7.1
sourcesrc
created_at2022-08-15 15:25:35.636624
updated_at2022-08-25 14:54:37.333397
descriptionSystem bindings for NI DAQmx API
homepage
repositoryhttps://github.com/WiresmithTech/ni-daqmx-sys
max_upload_size
id645989
size816,027
(JamesMc86)

documentation

README

NI-DAQmx-Sys

This crate provides direct bindings for the DAQmx C API.

These are generated using the bindgen CLI as provided in the powershell script. This is currently configured to be run on a Windows System with NI DAQmx C support installed.

Versioning

I'm concerned about how to do this without too much confusion.

The policy is:

  1. Use the same version as the DAQmx version used to generate the bindings.
  2. If they need other updates, use the bugfix version.

Older version should be compatible if NI do not introduced breaking changes. However they do not follow a semver policy so this may be difficult to follow.

Commit count: 4

cargo fmt