Crate icu_locid_transform_data
source ·Expand description
Data for the icu_locid_transform crate
Macros
- Implement
DataProvider<LocaleFallbackLikelySubtagsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LocaleFallbackParentsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CollationFallbackSupplementV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<AliasesV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LikelySubtagsExtendedV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LikelySubtagsForLanguageV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<LikelySubtagsForScriptRegionV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ScriptDirectionV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.