runloop 0.1.0

Cancelable non-blocking polling threads (with optional timeouts).
Documentation
sudo: false
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly

before_install:
  - cargo install rustfmt || true

script:
- |
  cargo fmt -- --write-mode=diff &&
  cargo build &&
  cargo test