Crate icu_collator_data
source ·Expand description
Data for the icu_collator crate
Macros
- Implement
DataProvider<CollationDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CollationDiacriticsV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CollationJamoV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CollationMetadataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CollationSpecialPrimariesV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Implement
DataProvider<CollationReorderingV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.