bcmyers / num-format

A Rust crate for producing string representations of numbers, formatted according to international standards
Apache License 2.0
122 stars 22 forks source link

ICU4X #25

Open sffc opened 3 years ago

sffc commented 3 years ago

Hi, @bcmyers!

Thanks for your interest in the i18n field! I just wanted to make you aware of the ICU4X project. It supports several CLDR-backed features in Rust, including basic number formatting. You can read more here:

https://github.com/unicode-org/icu4x

(I am a contributor to ICU4X)

We are governed in the Unicode Consortium. If you are interested in contributing, you can read our contributing guide for more information.