coremidi-sys 3.1.0

Low-level FFI bindings for the CoreMIDI framework
Documentation
fn main() {
    if std::env::var("TARGET").expect("cannot read TARGET environment variable").contains("apple") {
        println!("cargo:rustc-link-lib=framework=CoreMIDI");
    }
}