icu_provider_export 
icu_provider_export is a library to generate data files that can be used in ICU4X data providers.
For command-line usage, see the icu4x-datagen binary.
Also see our datagen tutorial.
Examples
use *;
use *;
use SourceDataProvider;
use File;
let provider = new;
new
.with_markers
.export
.unwrap;
Cargo features
baked_exporter- enables the [
baked_exporter] module, a reexport of [icu_provider_baked::export]
- enables the [
blob_exporter- enables the [
blob_exporter] module, a reexport of [icu_provider_blob::export]
- enables the [
fs_exporter- enables the [
fs_exporter] module, a reexport of [icu_provider_fs::export]
- enables the [
rayon- enables parallelism during export
More Information
For more information on development, authorship, contributing etc. please visit ICU4X home page.