Crate icu_datetime_data
source ·Expand description
Data for the icu_datetime crate
Macros
- Implement
DataProvider<BuddhistDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<BuddhistDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ChineseDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ChineseDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CopticDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CopticDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<DangiDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<DangiDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<EthiopianDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<EthiopianDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<GregorianDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<GregorianDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<HebrewDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<HebrewDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<IndianDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<IndianDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<IslamicDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<IslamicDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<JapaneseDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<JapaneseDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<JapaneseExtendedDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<JapaneseExtendedDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<PersianDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<PersianDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<RocDateLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<RocDateSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<DateSkeletonPatternsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<TimeLengthsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<TimeSymbolsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<ExemplarCitiesV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<TimeZoneFormatsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<MetazoneGenericNamesLongV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<MetazoneGenericNamesShortV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<MetazoneSpecificNamesLongV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<MetazoneSpecificNamesShortV1Marker>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.