From 5363f350887b1e5b5dd21a86f88c8af9d7fea6da Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:25 +0200 Subject: Merging upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/icu_provider_adapters/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vendor/icu_provider_adapters/README.md (limited to 'vendor/icu_provider_adapters/README.md') diff --git a/vendor/icu_provider_adapters/README.md b/vendor/icu_provider_adapters/README.md new file mode 100644 index 000000000..28a29e6bc --- /dev/null +++ b/vendor/icu_provider_adapters/README.md @@ -0,0 +1,12 @@ +# icu_provider_adapters [![crates.io](https://img.shields.io/crates/v/icu_provider_adapters)](https://crates.io/crates/icu_provider_adapters) + +Adapters for composing and manipulating data providers. + +- Use the [`fork`] module to marshall data requests between multiple possible providers. +- Use the [`either`] module to choose between multiple provider types at runtime. +- Use the [`filter`] module to programmatically reject certain data requests. +- Use the [`fallback`] module to automatically resolve arbitrary locales for data loading. + +## More Information + +For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x). -- cgit v1.2.3