xkbcommon-rs is a set of bindings and safe wrappers for [libxkbcommon](http://xkbcommon.org/).
For use with wayland:
```toml
[dependencies]
xkbcommon = { version = "0.2.3", features = ["wayland"] }
```
For use with X11:
```toml
[dependencies]
xkbcommon = { version = "0.3", features = ["x11"] }
```
https://rtbo.github.io/xkbcommon-rs/xkbcommon
Living example for X11 here:
https://github.com/rtbo/toy_xcb/blob/master/src/keyboard.rs