| Crates.io | xkbcommon |
| lib.rs | xkbcommon |
| version | 0.9.0 |
| created_at | 2016-02-27 12:38:03.037813+00 |
| updated_at | 2025-08-09 20:18:41.686157+00 |
| description | Rust bindings and wrappers for libxkbcommon |
| homepage | |
| repository | https://github.com/rust-x-bindings/xkbcommon-rs |
| max_upload_size | |
| id | 4305 |
| size | 285,039 |
xkbcommon-rs is a set of bindings and safe wrappers for libxkbcommon.
For use with wayland:
[dependencies]
xkbcommon = { version = "0.9", features = ["wayland"] }
For use with X11:
[dependencies]
xkbcommon = { version = "0.9", features = ["x11"] }
Living example for X11 here: https://github.com/rust-x-bindings/toy_xcb/blob/master/src/keyboard.rs