Module icu_provider::datagen

source ·
Expand description

This module contains various utilities required to generate ICU4X data files, typically via the icu_datagen reference crate. End users should not need to consume anything in this module as a library unless defining new types that integrate with icu_datagen.

This module can be enabled with the datagen Cargo feature on icu_provider.

Structs

  • A DataExporter that forks to multiple DataExporters.

Enums

  • The type of built-in fallback that the data was generated for, if applicable.

Traits