ni-daqmx-sys 20.7.1

System bindings for NI DAQmx API
Documentation
  • Coverage
  • 0.01%
    1 out of 7030 items documented0 out of 2 items with examples
  • Size
  • Source code size: 829.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 181.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 46s Average build duration of successful builds.
  • all releases: 46s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • WiresmithTech/ni-daqmx-sys
    6 4 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JamesMc86

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.