anzahlmenschen

Crates.ioanzahlmenschen
lib.rsanzahlmenschen
version0.1.0
sourcesrc
created_at2022-09-18 07:50:21.03163
updated_at2022-09-18 07:50:21.03163
descriptionA number formatting crate that only depends on std.
homepagehttps://git.colean.cc/anzahl-menschen/about
repositoryhttps://git.colean.cc/anzahl-menschen/
max_upload_size
id668529
size22,672
(threeoh6000)

documentation

README

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.

Commit count: 0

cargo fmt