open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Implement date and time formatting #262

Open kpozin opened 5 years ago

kpozin commented 5 years ago

Based on CLDR data.

behnam commented 5 years ago

Thanks for filing this, @kpozin. Implementing data formatters, specially numerals and date/time is going to be a large part of the L10n API. Any contribution is welcome!