Registry / other / uinput-sys

uinput-sys

JSON →
library0.1.7rscratesunverified

Linux uinput definitions for creating input devices.

# Cargo.toml [dependencies] uinput-sys = "0.1.7"
INSTALL
IMPORT
SIG · UINPUT-SYS
U
uinput-sys
otherrustv0.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UInput
use uinput_sys::UInput;

Open a uinput device on Linux.

use uinput_sys::UInput; fn main() { let uinput = UInput::open().unwrap(); println!("UInput device opened"); }
Debug
Known issues
gotchaRequires Linux with uinput kernel module loaded.
fix
Ensure CONFIG_INPUT_UINPUT is enabled in kernel.
affects: >=0.1.0
Upgrade
Version history
0.1.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
uinput-sys — cargo add uinput-sys · libregistry