]> git.proxmox.com Git - rustc.git/blob - vendor/icu_provider_adapters/README.md
New upstream version 1.75.0+dfsg1
[rustc.git] / vendor / icu_provider_adapters / README.md
1 # icu_provider_adapters [![crates.io](https://img.shields.io/crates/v/icu_provider_adapters)](https://crates.io/crates/icu_provider_adapters)
2
3 <!-- cargo-rdme start -->
4
5 Adapters for composing and manipulating data providers.
6
7 - Use the [`fork`] module to marshall data requests between multiple possible providers.
8 - Use the [`either`] module to choose between multiple provider types at runtime.
9 - Use the [`filter`] module to programmatically reject certain data requests.
10 - Use the [`fallback`] module to automatically resolve arbitrary locales for data loading.
11
12 <!-- cargo-rdme end -->
13
14 ## More Information
15
16 For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x).