iovec 0.1.0

Portable buffer type for scatter/gather I/O operations
Documentation
---
language: rust
sudo: false

rust:
  - stable

os:
  - linux
  - osx

matrix:
  include:
    - os: linux
      # Oldest supported Rust (this should track Mio)
      rust: 1.9.0

script:
  - cargo build
  - cargo test

notifications:
  email:
    on_success: never