Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-osdev/usb
Utilities for working with USB devices
https://github.com/rust-osdev/usb
Last synced: 15 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T19:51:45.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:12:41.703Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 6
- Watchers: 4
- 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.