Crate icu_normalizer_data
Expand description
Data for the icu_normalizer
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_
normalizer_ nfc_ v1 - Implement
DataProvider<NormalizerNfcV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
normalizer_ nfd_ data_ v1 - Implement
DataProvider<NormalizerNfdDataV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
normalizer_ nfd_ supplement_ v1 - Implement
DataProvider<NormalizerNfdSupplementV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
normalizer_ nfd_ tables_ v1 - Implement
DataProvider<NormalizerNfdTablesV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
normalizer_ nfkd_ data_ v1 - Implement
DataProvider<NormalizerNfkdDataV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
normalizer_ nfkd_ tables_ v1 - Implement
DataProvider<NormalizerNfkdTablesV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
normalizer_ uts46_ data_ v1 - Implement
DataProvider<NormalizerUts46DataV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’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.