coremidi-sys 2.0.0

Low-level FFI bindings for the CoreMIDI framework
docs.rs failed to build coremidi-sys-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: coremidi-sys-3.2.0

coremidi-sys

Low level Rust bindings for CoreMIDI

generated.rs is generated with rust-bindgen 0.26.3 using the following command:

bindgen /System/Library/Frameworks/CoreMIDI.framework/Headers/MIDIServices.h --whitelist-type "MIDI.*" --whitelist-function "MIDI.*"  --whitelist-var "kMIDI.*" --no-doc-comments --constified-enum ".*" --blacklist-type "(__)?CF.*" > src/generated.rs