ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
172 stars 81 forks source link

Prototype a minimal hid descriptor parser. #32

Closed ruabmbua closed 6 years ago

ruabmbua commented 6 years ago

The parser should allow the library user to query the device, and use the provided info to talk correctly to the device.

Having a full blown HID stack is still not the primary focus of the library.