Crate icu_calendar_data
Expand description
Data for the icu_calendar
crate
This data was generated with CLDR version 47.0.0, ICU version release-77-1, and LSTM segmenter version v0.1.0.
Macros§
- impl_
calendar_ chinese_ v1 - Implement
DataProvider<CalendarChineseV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
calendar_ dangi_ v1 - Implement
DataProvider<CalendarDangiV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
calendar_ hijri_ simulated_ mecca_ v1 - Implement
DataProvider<CalendarHijriSimulatedMeccaV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
calendar_ japanese_ extended_ v1 - Implement
DataProvider<CalendarJapaneseExtendedV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
calendar_ japanese_ modern_ v1 - Implement
DataProvider<CalendarJapaneseModernV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
calendar_ week_ v1 - Implement
DataProvider<CalendarWeekV1>
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.