input-linux-sys 0.3.1

Bindings for <linux/{u,}input.h>
Documentation
# input-linux-sys

[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]

Rust bindings to uinput and evdev from `<linux/{u,}input.h>`

A combination of [rust-uinput-sys](https://github.com/meh/rust-uinput-sys) and
[evdev/raw.rs](https://github.com/cmr/evdev).

## [Documentation][docs]

See the [documentation][docs] for up to date API documentation.

[travis-badge]: https://img.shields.io/travis/arcnmx/input-linux-sys-rs/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/input-linux-sys-rs
[release-badge]: https://img.shields.io/crates/v/input_linux_sys.svg?style=flat-square
[cargo]: https://crates.io/crates/input_linux_sys
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/input-linux-sys-rs/input_linux_sys/
[license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square
[license]: https://github.com/arcnmx/input-linux-sys-rs/blob/master/COPYING