Expand description

Data for the icu_segmenter crate

Macros

  • Implement DataProvider<DictionaryForWordOnlyAutoV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Implement DataProvider<DictionaryForWordLineExtendedV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Implement DataProvider<GraphemeClusterBreakDataV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Implement DataProvider<LineBreakDataV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Implement DataProvider<LstmForWordLineAutoV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Implement DataProvider<SentenceBreakDataV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Implement DataProvider<WordBreakDataV1Marker> on the given struct using the data hardcoded in this file. This allows the struct to be used with icu’s _unstable constructors.
  • Marks a type as a data provider. You can then use macros like impl_core_helloworld_v1 to add implementations.