Crate icu_locale_data

Expand description

Data for the icu_locale crate

This data was generated with CLDR version 47.0.0, ICU version release-77-1, 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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
make_provider
Marks a type as a data provider. You can then use macros like impl_core_helloworld_v1 to add implementations.