Crate icu_locale_data
Expand description
Data for the icu_locale crate
This data was generated with CLDR version 48.2.0, ICU version release-78.1rc, and LSTM segmenter version v0.1.0.
Macros§
- impl_
locale_ aliases_ v1 - Implement
DataProvider<LocaleAliasesV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ exemplar_ characters_ auxiliary_ v1 - Implement
DataProvider<LocaleExemplarCharactersAuxiliaryV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ exemplar_ characters_ index_ v1 - Implement
DataProvider<LocaleExemplarCharactersIndexV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ exemplar_ characters_ main_ v1 - Implement
DataProvider<LocaleExemplarCharactersMainV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ exemplar_ characters_ numbers_ v1 - Implement
DataProvider<LocaleExemplarCharactersNumbersV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ exemplar_ characters_ punctuation_ v1 - Implement
DataProvider<LocaleExemplarCharactersPunctuationV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ likely_ subtags_ extended_ v1 - Implement
DataProvider<LocaleLikelySubtagsExtendedV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ likely_ subtags_ language_ v1 - Implement
DataProvider<LocaleLikelySubtagsLanguageV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ likely_ subtags_ script_ region_ v1 - Implement
DataProvider<LocaleLikelySubtagsScriptRegionV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ parents_ v1 - Implement
DataProvider<LocaleParentsV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
locale_ script_ direction_ v1 - Implement
DataProvider<LocaleScriptDirectionV1>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.