icu_provider_source 2.0.1

A data provider based on CLDR and ICU data.
Documentation
# icu_provider_source [![crates.io]https://img.shields.io/crates/v/icu_provider_source]https://crates.io/crates/icu_provider_source

<!-- cargo-rdme start -->

`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`
  * see the documentation on [`icu_codepointtrie_builder`]icu_codepointtrie_builder#build-configuration
* `experimental`
  * enables markers defined in the unstable `icu::experimental` module

<!-- cargo-rdme end -->

## More Information

For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x).