1
2
3
4
5
//! Concrete implementation of Human Interface Devices
pub mod consumer;
pub mod fido;
pub mod keyboard;
pub mod mouse;