gbl 0.1.0

GBL firmware file handling library
Documentation
language: rust
rust:
  - 1.31.0
  - stable
  - nightly
sudo: false
env:
  global:
    - RUSTFLAGS="--deny warnings"
    - RUST_BACKTRACE=1
  matrix:
    - FEATURES=""  # default configuration
script:
  - cargo test $FEATURES
  - cargo test --benches $FEATURES -- --test
notifications:
  email:
    on_success: never