Rust bindings for the Libusb C-library for communicate with usb device.
This repository includes three crates:
-
eusb
: A easy use async Rust lib. -
libusb-src
: A crate for compiling the Libusb library. example
: example usages.
See LICENSE.md
Rust bindings for the Libusb C-library for communicate with usb device.
This repository includes three crates:
eusb
: A easy use async Rust lib.libusb-src
: A crate for compiling the Libusb library.example
: example usages.See LICENSE.md