Closed as not planned
Description
https://github.com/kevinmehall/nusb
nusb
is a pure Rust USB implementation. One reason to switch is because it using native OS APIs, and there tends to be issues interfacing with USB devices that don't rely on libusb
. That's not an rusb
issues, it's a limitation of USB libraries that only support libusb
.