Crates.io | human-format-next |
lib.rs | human-format-next |
version | |
source | src |
created_at | 2025-02-02 09:04:18.56132 |
updated_at | 2025-02-02 09:04:18.56132 |
description | Formatting numbers for us, while the machines are still at bay. |
homepage | |
repository | https://github.com/cxw620/human-format |
max_upload_size | |
id | 1539392 |
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` |
size | 0 |
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.
1.59.0
MIT License.
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.