bp7 0.3.1

Rust implementation of dtn bundle protocol 7 draft https://tools.ietf.org/html/draft-ietf-dtn-bpbis-13
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
os:
  - linux
  - osx
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true