human_bytes 0.4.3

Crate to convert bytes into human-readable values
Documentation
[[bin]]
name = "hb"
required-features = ["build-binary"]

[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.lexopt]
optional = true
version = "0.3"

[dependencies.ryu]
optional = true
version = "1.0"

[features]
build-binary = ["anyhow", "lexopt"]
default = ["si-units"]
fast = ["ryu"]
si-units = []

[package]
authors = ["Namkhai B. <nk@nkeor.me>"]
categories = ["value-formatting"]
description = "Crate to convert bytes into human-readable values"
edition = "2018"
homepage = "https://sr.ht/~nkeor/human_bytes"
keywords = ["bytes", "conversion", "format", "value-formatting", "utility"]
license = "BSD-2-Clause"
name = "human_bytes"
readme = "README.md"
repository = "https://git.sr.ht/~nkeor/human_bytes"
version = "0.4.3"

[profile.release]
lto = true
strip = true