locale-rs 0.1.0

A strongly-typed locale library for Rust. Provides localized number and datetime formatting backed by Unicode CLDR data.
Documentation
1
2
3
4
5
6
7
8
mod test_locales;
#[cfg(feature = "nums")]
mod test_num_formatting;
#[cfg(feature = "strum")]
mod test_strum;

#[cfg(feature = "datetime")]
mod test_datetime_formatting;