rayon-hash 0.5.0

(deprecated) HashMap and HashSet with support for Rayon parallel iterators
Documentation
language: rust
sudo: false

matrix:
  fast_finish: true
  include:
    - rust: 1.31.0
    - rust: stable
    - rust: beta
    - rust: nightly

    - rust: nightly
      env: RUSTFLAGS='--cfg rayon_hash_unstable'
           RUSTDOCFLAGS='--cfg rayon_hash_unstable'

branches:
  only:
    - master
    - staging
    - trying