ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
173 stars 82 forks source link

add illumos support #73

Closed jclulow closed 2 years ago

jclulow commented 2 years ago

Works with either a system libusb or a system libusb-hidapi found through pkg-config.

jclulow commented 2 years ago

I've tested that both of the new features build and link against the appropriate libraries, that cargo test works, and that the lshid example appears to execute once built.

ruabmbua commented 2 years ago

Thank you for the contribution!