kwiwk-experimental 0.2.4

Collection of WIPs and experimental libraries
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

cache: cargo

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true

# Defaults to run `cargo test --verbose`