miow 0.1.1

A zero overhead I/O library for Windows, focusing on IOCP and Async I/O abstractions.
Documentation
environment:
  matrix:
  - TARGET: x86_64-pc-windows-msvc
  - TARGET: i686-pc-windows-msvc
  - TARGET: i686-pc-windows-gnu
  GH_TOKEN:
    secure: e2/vp8nNMaW1jJzM5gd6SK/wl45BjumwEFtfEaWiQCxagAE0zz8feZkDBVbt1DLk

install:
  - SET PATH=C:\Python27;C:\Python27\Scripts;%PATH%;%APPDATA%\Python\Scripts
  - pip install travis-cargo --user
  - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
  - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
  - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
  - SET PATH=%PATH%;C:\MinGW\bin
  - rustc -V
  - cargo -V

build: false

test_script:
  - cargo test
  - cargo test --features unstable
  - cargo doc --no-deps --features unstable

after_test:
  - travis-cargo doc-upload