Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 377 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 377 Bytes

usbfs-sys

Low-level, unsafe Rust wrapper for the struct and ioctl() definitions of the Linux usbfs API.

The bindings can be automatically generated from your system by enabling the bindgen feature, or you can use the included pre-generated bindings (default).