mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2025-01-11 04:41:31 +11:00
fcb988815a
This can be open as any modification will still leave the struct in a good state :
6 lines
57 B
Rust
6 lines
57 B
Rust
#![no_std]
|
|
|
|
mod util;
|
|
pub mod data;
|
|
pub mod midi_device;
|