Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to nusb #54

Open
beriberikix opened this issue Oct 25, 2024 · 1 comment
Open

Switch to nusb #54

beriberikix opened this issue Oct 25, 2024 · 1 comment

Comments

@beriberikix
Copy link

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.

@jiegec
Copy link
Owner

jiegec commented Oct 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants