https://github.com/rust-osdev/usb
Utilities for working with USB devices
https://github.com/rust-osdev/usb
Last synced: 9 months ago
JSON representation
Utilities for working with USB devices
- Host: GitHub
- URL: https://github.com/rust-osdev/usb
- Owner: rust-osdev
- License: mit
- Created: 2022-09-08T11:17:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T19:51:45.000Z (over 3 years ago)
- Last Synced: 2025-03-31T20:38:18.734Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utilities for working with USB devices
## Crates
* [`usb_hid_item`](usb_hid_item) HID item parser for report descriptors.
* [`usb_hid_usage`](usb_hid_usage) HID usage pages.
* [`usb_request`](usb_request) request formatter & descriptor parser.