usbip icon indicating copy to clipboard operation
usbip copied to clipboard

Switch to nusb

Open beriberikix opened this issue 1 year ago • 1 comments

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.

beriberikix avatar Oct 25 '24 22:10 beriberikix

Nice suggestion! I think we can add a feature to select between nusb and rusb.

jiegec avatar Oct 26 '24 01:10 jiegec

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.

github-actions[bot] avatar Jun 14 '25 01:06 github-actions[bot]