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§
- Implement
DataProvider<CanonicalCompositionsV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<NonRecursiveDecompositionSupplementV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CanonicalDecompositionDataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CanonicalDecompositionTablesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CompatibilityDecompositionSupplementV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<CompatibilityDecompositionTablesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
DataProvider<Uts46DecompositionSupplementV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - Implement
IterableDataProvider<CanonicalCompositionsV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<NonRecursiveDecompositionSupplementV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CanonicalDecompositionDataV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CanonicalDecompositionTablesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CompatibilityDecompositionSupplementV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<CompatibilityDecompositionTablesV1Marker>
on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriver
for this key. - Implement
IterableDataProvider<Uts46DecompositionSupplementV1Marker>
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.