aperature 0.1.1

Object detection using single shot multibox detector
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
script:
  - rustup component add rustfmt
  - rustup component add clippy
  - cargo fmt --all -- --check
  - cargo clippy
  - cargo build --all --release