bytesize 1.0.1

an utility for human-readable bytes representations
Documentation
language: rust
before_script:
  - rustup component add rustfmt-preview
script:
  - cargo fmt --all -- --check
  - cargo build --verbose --all
  - cargo test --verbose --all