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
//! Generic Device Controls Page (0x06)
mod generic_device_controls;
pub use generic_device_controls::GenericDeviceControlsUsage;