ferrous-systems / rust-exercises

Exercises for learning Rust, by Ferrous Systems
Creative Commons Attribution Share Alike 4.0 International
127 stars 15 forks source link

Consider using nusb instead of rusb #56

Open thejpster opened 6 months ago

thejpster commented 6 months ago

The rusb crate wraps around the libusb C library. Now there is nusb which works on Windows, macOS and Linux without using libusb, saving you a third-party dependency install.