1#![cfg_attr(not(feature = "std"), no_std)] 2mod debug; 3pub mod hid; 4pub use hid::{Hid, IdentifyHid};