midir 0.11.0

A cross-platform, realtime MIDI processing library, inspired by RtMidi.
Documentation
1
2
3
4
fn main() {
    #[cfg(target_os = "android")]
    println!("cargo:rustc-link-lib=amidi");
}