hidapi_rust 0.1.0

In development hidapi binding for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies]
gcc = "0.3"
pkg-config = "0.3.5"

[dependencies]
libc = "0.1.8"
libusb-sys = "0.1.1"

[package]
authors = ["Roland Ruckerbauer <roland.rucky@gmail.com>"]
build = "build.rs"
description = "In development hidapi binding for rust"
keywords = ["hid", "api", "binding"]
license = "LGPL-3.0+"
links = "hidapi"
name = "hidapi_rust"
repository = "https://github.com/ruabmbua/hidapi_rust"
version = "0.1.0"