dcuddeback / libusb-rs

A safe Rust wrapper for libusb.
MIT License
199 stars 64 forks source link

native USB support for Rust #31

Closed naturallymitchell closed 3 years ago

naturallymitchell commented 5 years ago

afaict, https://github.com/rust-embedded/wg/issues/40 has the latest developments for Rust USB support. if anyone else is looking for this or has more info, please mention it.

thanks

kevinmehall commented 5 years ago

That's discussing device-side USB implementations for embedded microcontroller hardware, while libusb-rs provides host-side access to OS USB APIs via libusb.