feat: use default system locale for all integer number formatting
Did some looking and it definitely seems like a rabbit hole, so far only found the option of running a c function in an unsafe external block to be able to convert numbers to a specific locale.
7535e3601d
added team to module list
8aecc2ee90
fixed a typo and added a module list to the README
811fd23389
fixed the version number
9432d46f61
added metadata for cargo-deb and cargo generate-rpm
86f3e7b6b2
added the sys-locale crate because num format's locale detection doesn't work on windows
feat: use default system locale for all integer number formatting
ah, I was worried about that being a concern, I just do my dev work on Linux so I didn't catch that one. Glad that there is an alternate. Have you seen any alternate to num_format that can also...
feat: use default system locale for all integer number formatting
72c5867f17
added with-system-locale feature for num_format and used default SystemLocale to format literally every stat that is an integer.