You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 onlibusb
. That's not anrusb
issues, it's a limitation of USB libraries that only supportlibusb
.The text was updated successfully, but these errors were encountered: