Macro impl_datetime_patterns_date_hijri_v1
macro_rules! impl_datetime_patterns_date_hijri_v1 {
($ provider : ty) => { ... };
($ provider : ty , ITER) => { ... };
($ provider : ty , DRY) => { ... };
($ provider : ty , DRY , ITER) => { ... };
}Expand description
Implement DataProvider<DatetimePatternsDateHijriV1> on the given struct using the data
hardcoded in this file. This allows the struct to be used with
icu’s _unstable constructors.
Using this implementation will embed the following data in the binary’s data segment:
- 6430B for the lookup data structure (1297 data identifiers)
- 67666B1 for the actual data (656 unique structs)
This macro requires the following crates:
icuicu_providericu_provider/bakedzerovec
these numbers can be smaller in practice due to linker deduplication ↩