xkbcommon-dl 0.4.2

Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build
  - cargo test
  - cargo doc
after_success:
  - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && bash update-docs.sh