input-linux-sys 0.0.3

Bindings for <linux/input.h>
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "input-linux-sys"
version = "0.0.3"
authors = ["arcnmx", "meh. <meh@schizofreni.co>", "Corey Richardson <corey@octayn.net>"]

description = "Bindings for <linux/input.h>"
keywords = ["linux", "input", "evdev", "uinput"]

documentation = "http://arcnmx.github.io/input-linux-sys-rs/input_linux_sys"
repository = "https://github.com/arcnmx/input-linux-sys-rs"
readme = "README.md"
license = "MIT"

[dependencies]
libc = "^0.2.30"
nix = "^0.9.0"