anzahl-menschen/README.html
2022-09-18 08:46:18 +01:00

9 lines
577 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>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.
</p>
<p>It _just_ works, no need for frills and fancy stuff.
</p>
<h2>Why did you reinvent the wheel?</h2>
<p>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.
</p>
<p>I prefer my compile times low so I made my own one.
</p>