Expand description
This is a bare-bones alternative to the thousands crate on crates.io, for
printing large numbers in a readable fashion.
Functionsยง
- f64p1_
with_ underscores - Print an
f64with precision 1 (one decimal place) and underscore separators. - format_
with_ ๐underscores - isize_
with_ underscores - Print an
isizewith underscore separators. - usize_
with_ underscores - Print a
usizewith underscore separators.