Arkadiusz Bielewicz
Arkadiusz Bielewicz
Exactly as @meain mentioned, my idea was to use only part which doesn't require `Clang` (it's only used for `SystemLocale` feature) and with some other code, detect system locale. Should...
Hi, I've checked available options and finally I've decided to use `num_format` with `with-system-locale` feature, but only for Unix family. In case of Windows it's disabled with fallback to `Locale.en`.
Hi, I was thinking about this issue and I've two questions: 1. System specific localization - there is [**num_format**](https://docs.rs/num-format/0.4.0/num_format/index.html) library which could provide us with system specific formatting, unfortunately for...