Crate icu_time_data

Crate icu_time_data 

Expand description

Data for the icu_time crate

This data was generated with CLDR version 48.0.0, ICU version release-78.1rc, and LSTM segmenter version v0.1.0.

Macros§

impl_timezone_identifiers_iana_core_v1
Implement DataProvider<TimezoneIdentifiersIanaCoreV1> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_timezone_identifiers_iana_extended_v1
Implement DataProvider<TimezoneIdentifiersIanaExtendedV1> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_timezone_identifiers_windows_v1
Implement DataProvider<TimezoneIdentifiersWindowsV1> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_timezone_periods_v1
Implement DataProvider<TimezonePeriodsV1> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’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.