Crate icu_normalizer_data

Expand description

Data for the icu_normalizer 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§

impl_normalizer_comp_v1
Implement DataProvider<CanonicalCompositionsV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_normalizer_decomp_v1
Implement DataProvider<NonRecursiveDecompositionSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_normalizer_nfd_v1
Implement DataProvider<CanonicalDecompositionDataV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_normalizer_nfdex_v1
Implement DataProvider<CanonicalDecompositionTablesV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_normalizer_nfkd_v1
Implement DataProvider<CompatibilityDecompositionSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_normalizer_nfkdex_v1
Implement DataProvider<CompatibilityDecompositionTablesV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_normalizer_uts46d_v1
Implement DataProvider<Uts46DecompositionSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impliterable_normalizer_comp_v1
Implement IterableDataProvider<CanonicalCompositionsV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_normalizer_decomp_v1
Implement IterableDataProvider<NonRecursiveDecompositionSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_normalizer_nfd_v1
Implement IterableDataProvider<CanonicalDecompositionDataV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_normalizer_nfdex_v1
Implement IterableDataProvider<CanonicalDecompositionTablesV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_normalizer_nfkd_v1
Implement IterableDataProvider<CompatibilityDecompositionSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_normalizer_nfkdex_v1
Implement IterableDataProvider<CompatibilityDecompositionTablesV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
impliterable_normalizer_uts46d_v1
Implement IterableDataProvider<Uts46DecompositionSupplementV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with DatagenDriver for this key.
make_provider
Marks a type as a data provider. You can then use macros like impl_core_helloworld_v1 to add implementations.