parking_lot 0.1.0

Compact and efficient synchronization primitives. Also provides an API for creating custom synchronization primitives.
Documentation
language: rust
sudo: false

rust:
- nightly

before_script:
- |
  pip install 'travis-cargo<0.2' --user &&
  export PATH=$HOME/.local/bin:$PATH

script:
- travis-cargo build
- travis-cargo test
- cargo doc --no-deps

after_success:
- travis-cargo --only nightly doc-upload

env:
  global:
  - TRAVIS_CARGO_NIGHTLY_FEATURE=""

notifications:
  email: false