Crate icu_calendar_data
Expand description
Data for the icu_calendar crate
This data was generated with CLDR version 46.0.0-BETA2, ICU version icu4x/2024-05-16/75.x, and LSTM segmenter version v0.1.0.
Macros§
- impl_
calendar_ chinesecache_ v1 - Implement
DataProvider<ChineseCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
calendar_ dangicache_ v1 - Implement
DataProvider<DangiCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
calendar_ islamicobservationalcache_ v1 - Implement
DataProvider<IslamicObservationalCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
calendar_ islamicummalquracache_ v1 - Implement
DataProvider<IslamicUmmAlQuraCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
calendar_ japanese_ v1 - Implement
DataProvider<JapaneseErasV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
calendar_ japanext_ v1 - Implement
DataProvider<JapaneseExtendedErasV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
datetime_ week_ data_ v1 - Implement
DataProvider<WeekDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
datetime_ week_ data_ v2 - Implement
DataProvider<WeekDataV2Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impliterable_
calendar_ chinesecache_ v1 - Implement
IterableDataProvider<ChineseCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
calendar_ dangicache_ v1 - Implement
IterableDataProvider<DangiCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
calendar_ islamicobservationalcache_ v1 - Implement
IterableDataProvider<IslamicObservationalCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
calendar_ islamicummalquracache_ v1 - Implement
IterableDataProvider<IslamicUmmAlQuraCacheV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
calendar_ japanese_ v1 - Implement
IterableDataProvider<JapaneseErasV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
calendar_ japanext_ v1 - Implement
IterableDataProvider<JapaneseExtendedErasV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
datetime_ week_ data_ v1 - Implement
IterableDataProvider<WeekDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
datetime_ week_ data_ v2 - Implement
IterableDataProvider<WeekDataV2Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - make_
provider - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.