1
2
3
4
5
6
//! USB MIDI class implementation for [usb-device](https://crates.io/crates/usb-device).

#![no_std]

pub mod data;
pub mod midi_device;