Registry / other / xkbcommon

xkbcommon

JSON →
library0.9.0rscratesunverified

Rust bindings and wrappers for libxkbcommon, a keyboard keymap compiler and support library.

# Cargo.toml [dependencies] xkbcommon = "0.9.0"
INSTALL
IMPORT
SIG · XKBCOMMON
X
xkbcommon
otherrustv0.9.0
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.

Context
use xkbcommon::xkb::Context;

Creates a new libxkbcommon context.

use xkbcommon::xkb::Context; fn main() { let context = Context::new(xkbcommon::xkb::CONTEXT_NO_FLAGS); println!("XKB context created"); }
Debug
Known issues
gotchaRequires libxkbcommon system library to be installed.
fix
Install libxkbcommon-dev (Linux) or equivalent.
affects: >=0.0.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
xkbcommon — cargo add xkbcommon · libregistry