bytesize 1.3.0

an utility for human-readable bytes representations
Documentation
1
2
3
4
5
6
7
language: rust
before_script:
  - rustup component add rustfmt-preview
script:
  - cargo fmt --all -- --check
  - cargo build --verbose --all
  - cargo test --verbose --all