a1ien / rusb

A safe Rust wrapper for libusb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support libusb hidapi

abergmeier opened this issue · comments

Seems like e.g. hid_enumerate is currently not supported

Libusb doesn't have such an api. You need another library.

commented

hidapi is different from libusb.

There is a rust binding for hidapi here.
https://github.com/ruabmbua/hidapi-rs