| Crates.io | uldaqrs |
| lib.rs | uldaqrs |
| version | 0.1.0 |
| created_at | 2025-08-11 10:20:40.729311+00 |
| updated_at | 2025-08-11 10:20:40.729311+00 |
| description | Rust bindings for uldaq lib |
| homepage | |
| repository | https://code.ascee.nl/ascee/uldaqrs |
| max_upload_size | |
| id | 1789883 |
| size | 17,739,975 |
This crate provides bindings to the uldaq library, used for interacting with Measurement Computing devices on Linux. It is not supposed to be directly used, but instead it is an optional dependency of LaspRS.
For documentation of all exported structs and functions, please have a look at the upstream code.
This crate requires libusb-1.0 to be installed on your computer and is currently only working on Linux systems. Only tested on Linux Mint 22.1 xia.
Install the libusb library and header files with:
sudo apt install libusb-1.0-0-dev