rs-teststand-sys 0.0.1

Low-level COM interop layer for the National Instruments TestStand™ COM API. All unsafe code in the rs-teststand workspace lives here
docs.rs failed to build rs-teststand-sys-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

rs-teststand-sys

The low-level COM interop layer for the National Instruments TestStand™ Engine API.

This crate is an implementation detail of rs-teststand — it holds the unsafe so the public crate does not. Use rs-teststand instead unless you specifically need the raw dispatch layer.

Scope: single-threaded-apartment initialization, late-bound IDispatch invocation, VARIANT conversion, and HRESULT extraction. No TestStand™ semantics live here.

Every unsafe block carries a SAFETY: comment, enforced at deny level by clippy::undocumented_unsafe_blocks.

Windows only.

Legal

TestStand™ is a registered trademark of National Instruments Corporation. This is an independent community project, not affiliated with or endorsed by National Instruments or Emerson.

License: MIT.