1 2 3 4 5 6 7 8 9 10 11
mod test_locales; #[cfg(feature = "nums")] mod test_num_formatting; #[cfg(feature = "strum")] mod test_strum; #[cfg(feature = "datetime")] mod test_datetime_formatting; #[cfg(feature = "currency")] mod test_currency_formatting;