Crate icu_locid_transform_data

Expand description

Data for the icu_locid_transform crate

This data was generated with CLDR version 45.0.0, ICU version icu4x/2024-05-16/75.x, and LSTM segmenter version v0.1.0.

Macros§

impl_fallback_likelysubtags_v1
Implement DataProvider<LocaleFallbackLikelySubtagsV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_fallback_parents_v1
Implement DataProvider<LocaleFallbackParentsV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_fallback_supplement_co_v1
Implement DataProvider<CollationFallbackSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_locid_transform_aliases_v2
Implement DataProvider<AliasesV2Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_locid_transform_likelysubtags_ext_v1
Implement DataProvider<LikelySubtagsExtendedV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_locid_transform_likelysubtags_l_v1
Implement DataProvider<LikelySubtagsForLanguageV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_locid_transform_likelysubtags_sr_v1
Implement DataProvider<LikelySubtagsForScriptRegionV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_locid_transform_script_dir_v1
Implement DataProvider<ScriptDirectionV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impliterable_fallback_likelysubtags_v1
Implement IterableDataProvider<LocaleFallbackLikelySubtagsV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_fallback_parents_v1
Implement IterableDataProvider<LocaleFallbackParentsV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_fallback_supplement_co_v1
Implement IterableDataProvider<CollationFallbackSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_locid_transform_aliases_v2
Implement IterableDataProvider<AliasesV2Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_locid_transform_likelysubtags_ext_v1
Implement IterableDataProvider<LikelySubtagsExtendedV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_locid_transform_likelysubtags_l_v1
Implement IterableDataProvider<LikelySubtagsForLanguageV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_locid_transform_likelysubtags_sr_v1
Implement IterableDataProvider<LikelySubtagsForScriptRegionV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_locid_transform_script_dir_v1
Implement IterableDataProvider<ScriptDirectionV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
make_provider
Marks a type as a data provider. You can then use macros like impl_core_helloworld_v1 to add implementations.