usbd-midi/src/lib.rs
beau trepp fcb988815a Makes the usbmidi packet public
This can be open as any modification
will still leave the struct in a good state
:
2019-12-26 10:30:55 +08:00

6 lines
57 B
Rust

#![no_std]
mod util;
pub mod data;
pub mod midi_device;