13 releases (8 breaking)

0.9.0 Aug 9, 2025
0.8.0 Jul 30, 2024
0.7.0 Oct 1, 2023
0.5.1 Jul 22, 2023
0.2.0 Feb 28, 2016

#20 in Internationalization (i18n)

Download history 59681/week @ 2026-01-22 50199/week @ 2026-01-29 49009/week @ 2026-02-05 52008/week @ 2026-02-12 55071/week @ 2026-02-19 52641/week @ 2026-02-26 68192/week @ 2026-03-05 66722/week @ 2026-03-12 72623/week @ 2026-03-19 79778/week @ 2026-03-26 76760/week @ 2026-04-02 89213/week @ 2026-04-09 86965/week @ 2026-04-16 84278/week @ 2026-04-23 90373/week @ 2026-04-30 100572/week @ 2026-05-07

376,494 downloads per month
Used in 189 crates (54 directly)

MIT license

270KB
4K SLoC

xkbcommon-rs

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"] }

example

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

Dependencies

~800KB
~15K SLoC