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

feat: add nusb support #48

Merged
merged 1 commit into from
Sep 7, 2024
Merged

feat: add nusb support #48

merged 1 commit into from
Sep 7, 2024

Conversation

louib
Copy link
Owner

@louib louib commented Aug 27, 2024

By default, the rusb backend will be used, in order to to preserve the current behavior. There is still one direct reference to a component of the rusb library from lib.rs (rusb::UsbContext), but apart from that, all references to nusb or rusb are located within the usb sub-module.

Fixes #25

@louib louib force-pushed the nusb-support branch 6 times, most recently from 4e2ba32 to 1b037bc Compare August 30, 2024 13:48
@louib louib mentioned this pull request Aug 30, 2024
@louib louib force-pushed the nusb-support branch 13 times, most recently from 131866f to 6106782 Compare August 31, 2024 03:16
@louib louib marked this pull request as ready for review August 31, 2024 03:28
@louib louib requested a review from droidmonkey as a code owner August 31, 2024 03:28
src/usb.rs Show resolved Hide resolved
@louib louib merged commit 62fd3f6 into master Sep 7, 2024
6 checks passed
@louib louib deleted the nusb-support branch September 7, 2024 01:03
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

Successfully merging this pull request may close these issues.

Use pure-rust dependencies
2 participants