1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# input-linux-sys
[![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.
[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]: https://docs.rs/input-linux-sys/*/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
|