Registry / utility / thousands

thousands

JSON →
library0.2.0rscratesunverified

Adds digit separators to numbers, configurably.

# Cargo.toml [dependencies] thousands = "0.2.0"
INSTALL
IMPORT
SIG · THOUSANDS
T
thousands
utilityrustv0.2.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.

Separable
use thousands::Separable;

Formats a number with comma separators.

use thousands::Separable; fn main() { let num = 1234567; println!("{}", num.separate_with_commas()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
thousands — cargo add thousands · libregistry