Bindings for the NI System Configuration API in Rust
This repo consists of two crates:
This crate consists of bindings generated using bindgen.
To simplify the build dependencies these will be statically generated once for each version and this crate will follow NI's version number.
If we need to bump a version due to an internal bug we shall use the bugfix version.
The generation command will be saved as a powershell script and will assume a default installation on Windows at C:\Program Files (x86)\National Instruments\Shared\ExternalCompilerSupport
This create will be written as safe bindings to the API and will follow it's own semantic versioning pattern.
At this point much of the hardware searching code appears to work but more testing and documentation is required. Please consider this to be unstable at this time.
This is at the early stages and we still need to work a few things out. To start a discussion around a bug or desired feature create an issue on github so we can plan how it can work.