libusb-rs icon indicating copy to clipboard operation
libusb-rs copied to clipboard

A safe Rust wrapper for libusb.

Results 23 libusb-rs issues
Sort by recently updated
recently updated
newest added

hi. thanks for making this library wrapper. one thing i would love to use but don't see implemented is the hotplug functionality. from the docs: ``` int libusb_hotplug_register_callback | (...

I can't find a way to hold a `DeviceHandle` in a struct and pass it around. It has a lifetime that must be longer than the `Context` object that created...

Functions from libusb to read ascii strings

rust msvc environment can't use pkg-config-sys crate. Is there any solutions?

Yes, this is probably too many changes in one PR but if you're interested I'm willing to do the work in splitting them out. 323bce9 just runs all the code...

Without this fix there is no way to figure out how many bytes transferred if the call interrupted by timeout. Excerpt from `libusb_bulk_transfer` documentation: > **Returns** > 0 on success...

I see isochronous transfers aren't provided. Are there any plans for them?