File: README.md

package info (click to toggle)
rust-input-linux-sys 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (2)
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