pretty-bytes 0.2.2

Convert bytes to a human readable string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
machine:
  pre:
    - curl -sS https://static.rust-lang.org/rustup.sh > rustup.sh
    - chmod +x ./rustup.sh
    - ./rustup.sh --yes
    - sudo apt-get install libXxf86vm-dev libosmesa6-dev

checkout:
  post:
    - git config --global --unset url.ssh://git@github.com:.insteadof

test:
  override:
    - cargo build --verbose -j 2
    - cargo test