portmidi-rs
===========
[](https://travis-ci.org/samdoshi/portmidi-rs)
[Documentation](http://samdoshi.github.io/portmidi-rs/portmidi/index.html)
High-level PortMidi bindings for Rust.
PortMidi website: http://portmedia.sourceforge.net/portmidi/
Installation
============
Add this to your `Cargo.toml`.
```toml
[dependencies]
portmidi = "*"
```
License
=======
This software is provide under the MIT license. PortMidi is provided under it's own MIT-like license.