Crate icu_locale_data

Expand description

Data for the icu_locale crate

This data was generated with CLDR version 47.0.0-BETA1, ICU version release-77-rc, and LSTM segmenter version v0.1.0.

Re-exports§

  • pub use icu_provider_baked;

Macros§

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