• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-1,622904

.android-checksum.jsonD04-Jul-20251.5 KiB11

.cargo-checksum.jsonD04-Jul-20251.2 KiB11

Android.bpD04-Jul-20251.1 KiB4238

Cargo.tomlD04-Jul-20251.8 KiB8372

LICENSED04-Jul-20252.1 KiB4736

METADATAD04-Jul-2025465 1817

MODULE_LICENSE_UNICODE_3D04-Jul-20250

README.mdD04-Jul-2025753 1710

cargo_embargo.jsonD04-Jul-2025159 77

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
5Adapters 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
16For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x).
17