human-size 0.3.0

Sizes for humans.
Documentation
sudo: false
cache: cargo
os:
  - linux
  - osx
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo --version
  - rustc --version
  - cargo build --verbose
  - cargo test --verbose