Expand description
Data for the icu_compactdecimal crate
Macros§
- impl_
compactdecimal_ long_ v1 - Implement
DataProvider<LongCompactDecimalFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
compactdecimal_ short_ v1 - Implement
DataProvider<ShortCompactDecimalFormatDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - make_
provider - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.