readability 0.2.0

Port of arc90's readability project to rust
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
script:
  - cargo build --verbose --all
  - cargo test --verbose --all