Crate icu_collator_data

Expand description

Data for the icu_collator crate

This data was generated with CLDR version 47.0.0, ICU version release-77-1, 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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
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 with icu’s _unstable constructors.
make_provider
Marks a type as a data provider. You can then use macros like impl_core_helloworld_v1 to add implementations.