ruabmbua / hidapi-rs

Rust bindings for the hidapi C library
MIT License
165 stars 79 forks source link

Wondering why the methods e.g. read()... #143

Closed Resonanz closed 5 months ago

Resonanz commented 5 months ago

... are not listed on https://docs.rs/hidapi/latest/hidapi/.

Ok, found them, well hidden, on here: https://docs.rs/hidapi/latest/hidapi/struct.HidDevice.html

Might be good for documentation to have the methods clearly listed. I had to click one a crate name, then a struct name to find them. #confusingForBeginners

ruabmbua commented 5 months ago

Added a note to the lib.rs documentation. There are already more examples in the examples/ directory.