uldaqrs

Crates.iouldaqrs
lib.rsuldaqrs
version0.1.0
created_at2025-08-11 10:20:40.729311+00
updated_at2025-08-11 10:20:40.729311+00
descriptionRust bindings for uldaq lib
homepage
repositoryhttps://code.ascee.nl/ascee/uldaqrs
max_upload_size
id1789883
size17,739,975
ASCEE (asceenl)

documentation

README

Rust bindings for Uldaq code

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.

Prerequisites

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

Author information

Commit count: 0

cargo fmt