Expand description
Data for the icu_displaynames crate
Macros§
- impl_
displaynames_ languages_ v1 - Implement
DataProvider<LanguageDisplayNamesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
displaynames_ locales_ v1 - Implement
DataProvider<LocaleDisplayNamesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
displaynames_ regions_ v1 - Implement
DataProvider<RegionDisplayNamesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
displaynames_ scripts_ v1 - Implement
DataProvider<ScriptDisplayNamesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
displaynames_ variants_ v1 - Implement
DataProvider<VariantDisplayNamesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’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.