Crate icu_plurals_data
Expand description
Data for the icu_plurals crate
This data was generated with CLDR version 48.0.0, ICU version release-78.1rc, and LSTM segmenter version v0.1.0.
Macros§
- impl_
plurals_ cardinal_ v1 - Implement
DataProvider<PluralsCardinalV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
plurals_ ordinal_ v1 - Implement
DataProvider<PluralsOrdinalV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
plurals_ ranges_ v1 - Implement
DataProvider<PluralsRangesV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - make_
provider - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.