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
//! Game Controls Page (0x05)
mod game_controls;
pub use game_controls::GameControlsUsage;