hid 0.2.0

Safe hidapi wrapper
Documentation
[package]
name    = "hid"
version = "0.2.0"

authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"

description = "Safe hidapi wrapper"
repository  = "https://github.com/meh/rust-hid"
keywords    = ["hid"]

[features]
static = ["hidapi-sys/static"]
build  = ["static", "hidapi-sys/build"]

[dependencies]
libc       = "0.2"
hidapi-sys = "0.1"