Skip to main content

Crate icu_locale_fallback_data

Crate icu_locale_fallback_data 

Expand description

Data for the icu_locale_fallback crate

This data was generated with CLDR version 48.2.1, ICU version release-78.1rc, and LSTM segmenter version v0.1.0.

Macros§

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_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.
make_provider
Marks a type as a data provider. You can then use macros like impl_core_helloworld_v1 to add implementations.