6 releases (breaking)
Uses old Rust 2015
0.5.0-beta.0 | Nov 14, 2021 |
---|---|
0.4.0 | Jan 9, 2019 |
0.3.0 | Jul 11, 2017 |
0.2.3 |
|
0.1.0 | Feb 27, 2016 |
#44 in Unix APIs
2,627 downloads per month
Used in 16 crates
(12 directly)
265KB
4K
SLoC
xkbcommon-rs
xkbcommon-rs is a set of bindings and safe wrappers for libxkbcommon.
For use with wayland:
[dependencies]
xkbcommon = { version = "0.5-beta", features = ["wayland"] }
For use with X11:
[dependencies]
xkbcommon = { version = "0.5-beta", features = ["x11"] }
example
Living example for X11 here: https://github.com/rust-x-bindings/toy_xcb/blob/master/src/keyboard.rs
Dependencies
~215KB