Expand description

Data for the icu_relativetime crate

Macros

  • Implement DataProvider<LongDayRelativeTimeFormatDataV1Marker> 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<LongHourRelativeTimeFormatDataV1Marker> 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<LongMinuteRelativeTimeFormatDataV1Marker> 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<LongMonthRelativeTimeFormatDataV1Marker> 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<LongQuarterRelativeTimeFormatDataV1Marker> 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<LongSecondRelativeTimeFormatDataV1Marker> 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<LongWeekRelativeTimeFormatDataV1Marker> 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<LongYearRelativeTimeFormatDataV1Marker> 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<NarrowDayRelativeTimeFormatDataV1Marker> 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<NarrowHourRelativeTimeFormatDataV1Marker> 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<NarrowMinuteRelativeTimeFormatDataV1Marker> 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<NarrowMonthRelativeTimeFormatDataV1Marker> 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<NarrowQuarterRelativeTimeFormatDataV1Marker> 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<NarrowSecondRelativeTimeFormatDataV1Marker> 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<NarrowWeekRelativeTimeFormatDataV1Marker> 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<NarrowYearRelativeTimeFormatDataV1Marker> 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<ShortDayRelativeTimeFormatDataV1Marker> 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<ShortHourRelativeTimeFormatDataV1Marker> 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<ShortMinuteRelativeTimeFormatDataV1Marker> 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<ShortMonthRelativeTimeFormatDataV1Marker> 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<ShortQuarterRelativeTimeFormatDataV1Marker> 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<ShortSecondRelativeTimeFormatDataV1Marker> 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<ShortWeekRelativeTimeFormatDataV1Marker> 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<ShortYearRelativeTimeFormatDataV1Marker> 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.