xkbcommon 0.8.0

Rust bindings and wrappers for libxkbcommon
Documentation
# xkbcommon-rs

xkbcommon-rs is a set of bindings and safe wrappers for [libxkbcommon](http://xkbcommon.org/).

For use with wayland:
```toml
[dependencies]
xkbcommon = { version = "0.8", features = ["wayland"] }
```
For use with X11:
```toml
[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