pretty-bytes-rust 0.2.1

Rust library that takes a number that represent a byte and returns a string that is prettier to read for a human
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
features = ["derive"]
version = "4.0"
[dev-dependencies.criterion]
version = "0.4.0"

[package]
authors = ["Patrick Desjardins <mrdesjardins@gmail.com>"]
description = "Rust library that takes a number that represent a byte and returns a string that is prettier to read for a human"
edition = "2021"
homepage = "https://github.com/MrDesjardins/pretty-bytes"
keywords = ["pretty-bytes", "size", "format-bytes", "number-format", "format-number"]
license = "Apache-2.0"
name = "pretty-bytes-rust"
repository = "https://github.com/MrDesjardins/pretty-bytes"
version = "0.2.1"