pretty_assertions 0.5.1

Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
Documentation
sudo: false
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable
  - 1.17.0
script: |

  cargo build &&
  cargo test &&
  cargo doc