Expand description
This crate provides an experimental implementation of the ECMA-402
traits using ICU4X
library.
Modules§
- list
- Implements ECMA-402
Intl.ListFormat
. - pluralrules
- Implements ECMA-402
Intl.PluralRules
.
Structs§
- Data
Locale - An adapter between
DataLocale
and [ecma402_traits::Locale
].