Add usb_request crate

It has structures for representing requests & descriptors.
This commit is contained in:
David Hoppenbrouwers
2022-09-08 18:46:56 +02:00
parent 86d8fc6880
commit 82626f0075
12 changed files with 679 additions and 0 deletions

4
usb_request/Cargo.toml Normal file
View File

@ -0,0 +1,4 @@
[package]
name = "usb_request"
version = "0.1.0"
edition = "2021"