evdev-rs 0.6.1

Bindings to libevdev for interacting with evdev devices. It moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc.
Documentation
[dependencies.bitflags]
version = "1.2.1"

[dependencies.evdev-sys]
version = "0.2.5"

[dependencies.libc]
version = "0.2.67"

[dependencies.log]
version = "0.4.8"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[features]
default = []
libevdev-1-10 = ["evdev-sys/libevdev-1-10"]

[package]
authors = ["Nayan Deshmukh <nayan26deshmukh@gmail.com>"]
description = "Bindings to libevdev for interacting with evdev devices. It moves the\ncommon tasks when dealing with evdev devices into a library and provides\na library interface to the callers, thus avoiding erroneous ioctls, etc.\n"
edition = "2018"
homepage = "https://github.com/ndesh26/evdev-rs"
keywords = ["evdev"]
license = "MIT/Apache-2.0"
name = "evdev-rs"
readme = "README.md"
repository = "https://github.com/ndesh26/evdev-rs"
version = "0.6.1"
[package.metadata.docs.rs]
features = ["serde"]