launchpad 0.1.1

Rust libraries for the Novation Launchpad, using PortMidi bindings
Documentation
extern crate portmidi as pm;

mod color;
mod launchpad;

pub use launchpad::*;
pub use color::*;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {}
}