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
//! Barcode Scanner Page (0x8C)
mod barcode_scanner;
pub use barcode_scanner::BarcodeScannerUsage;