prettyprint 0.3.0

Print beautifully formatted files and strings to your terminal
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - cargo build --verbose
  - cargo test --verbose