Page 1 of 1

Rust language bindings

Posted: Wed Apr 19, 2023 8:27 am
by fpagliughi
Hey all. I just started a new open-source project to make Rust language bindings for the phidget22 library.

This is meant to be a production-quality library for use in commercial applications. There is a preliminary version up on crates-dot-io, with the name "phidget" and a corresponding GitHub page.

It is very much a work in progress and currently only supports a few sensors like temperature, humidity, voltage in/out, digital in/out, and hubs. I also only have a few sensors for testing, but the phidget22 API is wonderfully consistent, so it shouldn't be difficult to implement other sensors. If you have a sensor you would like implemented and could test, I would be happy to add it to the library. Simply open an issue on the GutHub page.