Crate icu_collator_data
Expand description
Data for the icu_collator
crate
This data was generated with CLDR version 45.0.0, ICU version icu4x/2024-05-16/75.x, and LSTM segmenter version v0.1.0.
Macros§
- Implement
DataProvider<CollationDataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CollationDiacriticsV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CollationJamoV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CollationMetadataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CollationSpecialPrimariesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CollationReorderingV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
IterableDataProvider<CollationDataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CollationDiacriticsV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CollationJamoV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CollationMetadataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CollationSpecialPrimariesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CollationReorderingV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1
to add implementations.