human-format-next

Crates.iohuman-format-next
lib.rshuman-format-next
version
sourcesrc
created_at2025-02-02 09:04:18.56132
updated_at2025-02-02 09:04:18.56132
descriptionFormatting numbers for us, while the machines are still at bay.
homepage
repositoryhttps://github.com/cxw620/human-format
max_upload_size
id1539392
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Hantong Chen (cxw620)

documentation

README

human-format-next

Crates.io Version Documentation GitHub Tag

Formatting numbers for us, while the machines are still at bay.

The primary purpose for this crate is to format numbers in a customizable fashion based around magnitudes.

MSRV

1.59.0

License

MIT License.

Credits

This crate is inspired by BobGneu/human-format-rs, about 20x faster. If you just want a simple and fast solution, this crate is for you.

While BobGneu/human-format-rs has no_std support, this crate does not provide such functionality since it depends heavily on std f64 methods.

Commit count: 1

cargo fmt