File: README.md

package info (click to toggle)
rust-input-linux 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# input-linux

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

`input-linux` is a Rust client for evdev and uinput on Linux.

## [Documentation][docs]

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

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