Cargo Features

rdev has no features set by default.

[dependencies]
rdev = { version = "0.5.3", features = ["serialize", "unstable_grab"] }
serialize = serde
unstable_grab = epoll, evdev-rs, inotify

Affects rdev::grab

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serialize?
epoll linux unstable_grab?
evdev-rs linux unstable_grab?

Enables evdev-rs ^0.4.0

inotify linux unstable_grab?

Enables inotify ^0.8.2