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

pub use libusb1-sys? #56

Closed
ianrrees opened this issue Mar 25, 2021 · 2 comments · Fixed by #75
Closed

pub use libusb1-sys? #56

ianrrees opened this issue Mar 25, 2021 · 2 comments · Fixed by #75

Comments

@ianrrees
Copy link

More of a question than an issue: I'm using rusb for most USB access, and libusb1-sys to access the libusb asynchronous interface. Since rusb depends on libusb1-sys, I wonder if it might be better if rusb exposed the libusb1-sys that it uses, rather than requiring projects that use both to depend on both libraries separately?

In particular, I wonder if there's some risk of the two libraries using subtly different versions of libusb and causing errors.

@a1ien
Copy link
Owner

a1ien commented Mar 26, 2021

I think it might make sense. Also I think about merging two repo libusb1-sys and rusb in one workspace.
If there are no objections, I plan to merge the repositories and re-export in the next minor release.

@ianrrees
Copy link
Author

Sounds good to me, thanks!

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 a pull request may close this issue.

2 participants