A number formatter crate.
Find a file
2022-09-18 08:49:26 +01:00
src add everything 2022-09-18 08:46:18 +01:00
.gitignore add everything 2022-09-18 08:46:18 +01:00
Cargo.toml update for cargo 2022-09-18 08:49:26 +01:00
LICENSE add everything 2022-09-18 08:46:18 +01:00
README add everything 2022-09-18 08:46:18 +01:00
README.html add everything 2022-09-18 08:46:18 +01:00
README.md add everything 2022-09-18 08:46:18 +01:00

Anzahl-Menschen (Number-People) is a number formatting library that aims to make your compile times low at all costs so that you dont 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.