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
//! Consumer Page (0x0C)
//!
//! All controls on the Consumer page are application-specific. That is, they affect a specific device, not the system as a whole.
mod consumer;
pub use consumer::ConsumerUsage;