human_format 1.1.0

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

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

[package]
authors = ["Bob Chatman <bob.chatman@gmail.com>"]
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"
homepage = "https://github.com/BobGneu/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"
version = "1.1.0"