#[macro_use]
pub mod error;
pub mod async_device;
pub mod asyncs;
pub mod buffer;
pub mod config_descriptor;
pub mod context;
pub mod device;
pub mod device_descriptor;
pub mod device_handle;
pub mod dma;
pub mod endpoint_descriptor;
pub mod hotplug;
pub mod interface_descriptor;
pub mod interfaces;
pub mod speed;
pub mod transfer;
pub mod version;