hid-types 0.1.1

Rust types for working with USB HID report descriptors
Documentation
1
2
3
4
5
//! The `id` module contains enums with identification numbers used in USB HID descriptors.

pub(crate) mod ident;
pub mod tag;
pub mod usage;