icu_provider_cldr

Crates.ioicu_provider_cldr
lib.rsicu_provider_cldr
version0.5.0
sourcesrc
created_at2020-10-15 15:34:48.245916
updated_at2022-02-01 00:16:02.310778
descriptionData provider that reads from a CLDR JSON data source
homepage
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id300040
size257,432
icu4x-release (github:unicode-org:icu4x-release)

documentation

README

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.

Commit count: 3247

cargo fmt