foyer-bytesize 2.0.0

An utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize .
Documentation
1
2
3
4
5
6
7
8
SHELL := /bin/bash
.PHONY: all

all:
	cargo sort -w
	cargo fmt --all
	cargo clippy --all-features
	RUST_BACKTRACE=1 cargo test --all-features