1//! The `id` module contains enums with identification numbers used in USB HID descriptors. 2 3pub(crate) mod ident; 4pub mod tag; 5pub mod usage;