icu_datagen 
icu_datagen
is a library to generate data files that can be used in ICU4X data providers.
Data files can be generated either programmatically (i.e. in build.rs
), or through a
command-line utility.
Examples
build.rs
use langid;
use *;
use File;
use PathBuf;
Command line
The command line interface is available with the bin
feature.
More details can be found by running --help
.
More Information
For more information on development, authorship, contributing etc. please visit ICU4X home page
.