0.5.0 Feb 1, 2022
0.4.0 Nov 2, 2021
0.2.0 Apr 29, 2021
0.1.0 Oct 15, 2020

#10 in #cldr

Custom license

2.5MB
45K SLoC

Contains (Zip file, 13KB) tests/testdata/dummy.zip

icu_provider_cldr crates.io

icu_provider_cldr contains implementations of the ICU4X DataProvider interface based on the JSON files shipped by CLDR. Create a CldrPaths and then pass it into CldrJsonDataProvider.

This crate contains two implementations of CldrPaths:

  • CldrPathsLocal points to local copies of the CLDR JSON repositories.
  • CldrPathsDownload downloads and caches the CLDR JSON repositories. Requires the "download" feature.

Important: This data provider implementation is not optimized for production use. It is much more efficient if you use FsDataProvider instead.

More Information

For more information on development, authorship, contributing etc. please visit ICU4X home page.

Dependencies

~6–21MB
~276K SLoC