xkbcommon

Crates.ioxkbcommon
lib.rsxkbcommon
version0.8.0
sourcesrc
created_at2016-02-27 12:38:03.037813
updated_at2024-07-30 11:11:16.20119
descriptionRust bindings and wrappers for libxkbcommon
homepage
repositoryhttps://github.com/rust-x-bindings/xkbcommon-rs
max_upload_size
id4305
size276,216
Remi Thebault (rtbo)

documentation

README

xkbcommon-rs

xkbcommon-rs is a set of bindings and safe wrappers for libxkbcommon.

For use with wayland:

[dependencies]
xkbcommon = { version = "0.8", features = ["wayland"] }

For use with X11:

[dependencies]
xkbcommon = { version = "0.8", features = ["x11"] }

example

Living example for X11 here: https://github.com/rust-x-bindings/toy_xcb/blob/master/src/keyboard.rs

Commit count: 89

cargo fmt