icu_provider_source

Crates.ioicu_provider_source
lib.rsicu_provider_source
version2.0.0-beta1
sourcesrc
created_at2024-11-23 20:23:07.246682
updated_at2024-11-23 20:23:07.246682
descriptionA data provider based on CLDR and ICU data.
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id1458677
size35,464,724
icu4x-release (github:unicode-org:icu4x-release)

documentation

README

icu_provider_source crates.io

icu_provider_source defines [SourceDataProvider], the authorative ICU4X [DataProvider] that produces data from CLDR and ICU sources.

[SourceDataProvider] is mainly intended as a source for the icu_provider_export crate, which can be used to transform the data into a more efficient format.

Cargo features

  • networking
    • enables networking support to download CLDR and ICU source data from GitHub
  • use_wasm / use_icu4c
  • experimental
    • enables markers defined in the unstable icu::experimental module

More Information

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

Commit count: 3709

cargo fmt