Registry / utility / re-format

re-format

JSON →
library0.32.0rscratesunverified

Miscellaneous tools to format and parse numbers, durations, and other data types.

# Cargo.toml [dependencies] re_format = "0.32.0"
INSTALL
IMPORT
SIG · RE-FORMAT
R
re-format
utilityrustv0.32.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

format_number
use re_format::format_number;

Formats a number using the crate's formatting utilities.

use re_format::format_number; fn main() { let formatted = format_number(1234567.89); println!("Formatted: {}", formatted); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
re-format — cargo add re-format · libregistry