human_format 1.2.1

Rust Port of human-format from node, formatting numbers for us, while the machines are still at bay.
Documentation
[badges.maintenance]
status = "passively-maintained"

[features]
panic_parse = []

[lib]
name = "human_format"
path = "src/lib.rs"

[package]
authors = ["Bob Chatman <bob.chatman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "no-std"]
description = "Rust Port of human-format from node, formatting numbers for us, while the machines are still at bay."
documentation = "https://docs.rs/human_format"
edition = "2024"
homepage = "https://bobgneu.github.io/human-format-rs/"
keywords = ["numbers", "formatting", "filesize", "human", "magnitude"]
license = "MIT"
name = "human_format"
readme = "README.md"
repository = "https://github.com/BobGneu/human-format-rs"
resolver = "2"
version = "1.2.1"

[[test]]
name = "demo"
path = "tests/demo.rs"

[[test]]
name = "forced_suffix"
path = "tests/forced_suffix.rs"

[[test]]
name = "micro_sign"
path = "tests/micro_sign.rs"

[[test]]
name = "parse_clamp"
path = "tests/parse_clamp.rs"

[[test]]
name = "si_roundtrip"
path = "tests/si_roundtrip.rs"

[[test]]
name = "time_edgecases"
path = "tests/time_edgecases.rs"