Functions§
- format_
si_ suffix - Format token counts to 3 significant figures, using base-10 SI suffixes.
- format_
with_ separators - Format an i64 with locale-aware digit separators (e.g. “12345” -> “12,345” for en-US).
- format_
with_ separators_ u64 - Format a u64 with locale-aware digit separators.