file_api 0.3.1

Library to abstract read. Based on prefix URL, it select the adapted reader (HTTP or local file system).
Documentation
sudo: false
language: rust

rust:
- beta
- stable

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

script:
- travis-cargo build &&
  travis-cargo test &&
  travis-cargo bench

notifications:
  email:
    on_success: never