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

on linux ubuntu 22.04 x64 rust 1.62.1 I think is because libusbsys is in 0.6x, and the project need to update dependencies. Libusb is crashing on libusbsys during build. ```...

Documentation on docs.rs does not regenerate itself automatically with new versions of docs.rs, and it seems that the one for libusb is just as dated as the last release. Even...

It appears libusb-rs does not support the libusb async API. Any plans or thoughts on this? I've used the async API from C++ before and am considering doing it from...

depends on this commit: https://github.com/dcuddeback/libusb-sys/pull/16

Seeing @bitbegin's issue (#17), I tried to use the GNU toolchain, but ended up with an error. I'm on Windows 10 Home 64 bit. - Switched to the GNU based...

I have found that newest cargo is not building libusb-rs because it depends on bit-set v0.2.0 that has incorrect Cargo.toml file (dependency without version). Also found pr #15 that have...

Can you also release new version - `0.3.1` ? Thanks! ;)

Hello @dcuddeback :wave: Thanks for the great crate! :heart: I submit this PR that will allow the user to retrieve the "extra" bytes from the configuration descriptor and the interface...

Hi! I finally got something working as far as libusb callbacks go. This PR is a mess, I mostly wanted to run the API past you before I clean things...

I cleaned up some older idioms. I'm not sure if you have a minimum supported version of rust, if you do this would require bumping it.