Crate icu_collator_data   
Expand description
Data for the icu_collator 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_collation_ diacritics_ v1 
- Implement DataProvider<CollationDiacriticsV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors.
- impl_collation_ jamo_ v1 
- Implement DataProvider<CollationJamoV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors.
- impl_collation_ metadata_ v1 
- Implement DataProvider<CollationMetadataV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors.
- impl_collation_ reordering_ v1 
- Implement DataProvider<CollationReorderingV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors.
- impl_collation_ root_ v1 
- Implement DataProvider<CollationRootV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors.
- impl_collation_ special_ primaries_ v1 
- Implement DataProvider<CollationSpecialPrimariesV1>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors.
- impl_collation_ tailoring_ v1 
- Implement DataProvider<CollationTailoringV1>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.