mio-afpacket 0.1.1

Raw packet sockets (AF_PACKET) support for mio
Documentation
sudo: required
dist: trusty
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose --all
  - sudo $(which cargo) test --verbose --all
  - echo ok