Crate icu_time_data
Expand description
Data for the icu_time
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_
time_ zone_ iana_ map_ v1 - Implement
DataProvider<TimeZoneIanaMapV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
time_ zone_ iana_ names_ v1 - Implement
DataProvider<TimeZoneIanaNamesV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
time_ zone_ offsets_ v1 - Implement
DataProvider<TimeZoneOffsetsV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
time_ zone_ windows_ v1 - Implement
DataProvider<TimeZoneWindowsV1>
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.