Crate icu_casemap_data

Expand description

Data for the icu_casemap 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_case_map_unfold_v1
Implement DataProvider<CaseMapUnfoldV1> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
impl_case_map_v1
Implement DataProvider<CaseMapV1> 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.