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
6
7
//! Unicode Page (0x10)
//!
//! The Unicode Page directly maps to the two-octet form defined in the Unicode Standard
//!
//! (see [The Unicode Standard](http://www.unicode.org/versions/latest/)).
mod unicode;
pub use unicode::UnicodeUsage;