img_hash 3.2.0

A simple library that provides perceptual hashing and difference calculation for images.
Documentation
language: rust
cache: cargo
rust:
  - stable
  - nightly
os:
- linux
- osx

script:
  - cargo build -v
  - cargo test -v
  - if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then cargo test --features "nightly"; fi
  - cargo doc -v