usrs icon indicating copy to clipboard operation
usrs copied to clipboard

Universal Serial Rust; a pure-rust library for working with USB devices

Results 1 usrs issues
Sort by recently updated
recently updated
newest added

Several years ago, I [prototyped async support in libusb-rs](https://github.com/dcuddeback/libusb-rs/issues/4), and others have been slowly getting a [version of it into rusb](https://github.com/a1ien/rusb/pull/143/commits/4d955e48394e2a5c116fd4e3c9408c88536ed894). While that patch initially didn't use `Future` because it...