hid-sys 0.0.1

FFI bindings to hid. This crate is a placeholder for the future. If you are interested in this library feel free to get in touch with me: http://www.rustaceans.org/retep998
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
fn main() {
    println!("cargo:rustc-flags=-l hid");
}