usbhidusage 0.1.3

A general purpose library for working with usb Human Interface Device Descriptors from the HID Usage Tables for Universal Serial Bus (USB) v1.5
Documentation
1
2
3
4
5
//! Keyboard/Keypad Page (0x07)
//!
//! This section is the Usage Page for key codes to be used in implementing a USB keyboard. A Boot Keyboard (84-, 101-or 104-key) should at a minimum support all associated usage codes as indicated in the Boot column below.
mod keyboard;
pub use keyboard::KeyboardUsage;