usbip
usbip copied to clipboard
Switch to nusb
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.
Nice suggestion! I think we can add a feature to select between nusb and rusb.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.