A number formatter crate.
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README | ||
README.html | ||
README.md |
Anzahl-Menschen (Number-People) is a number formatting library that aims to make your compile times low at all costs so that you don’t need to compile the beast that is serde just so that you can put commas in numbers.
It just works, no need for frills and fancy stuff.
Why did you reinvent the wheel?
I was looking for a number formatting library for a game I'm working on and saw num_format but unfortunately I looked at its 14 dependencies and decided that it was inefficient.
I prefer my compile times low so I made my own one.