Crate icu_calendar_data
Expand description
Data for the icu_calendar
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§
- Implement
DataProvider<ChineseCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<DangiCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<IslamicObservationalCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<IslamicUmmAlQuraCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<JapaneseErasV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<JapaneseExtendedErasV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<WeekDataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<WeekDataV2Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
IterableDataProvider<ChineseCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<DangiCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<IslamicObservationalCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<IslamicUmmAlQuraCacheV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<JapaneseErasV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<JapaneseExtendedErasV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<WeekDataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<WeekDataV2Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1
to add implementations.