Crates.io | human-format-next |
lib.rs | human-format-next |
version | 0.2.3 |
created_at | 2025-02-02 09:04:18.56132+00 |
updated_at | 2025-08-11 07:56:59.663762+00 |
description | Formatting numbers for us, while the machines are still at bay. |
homepage | |
repository | https://github.com/hanyu-dev/human-format |
max_upload_size | |
id | 1539392 |
size | 67,915 |
[!CAUTION] This crate is deprecated, use
humat
instead.
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.
no_std
support is partially added! Though we just print the integer part now.
1.75.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.