summaryrefslogtreecommitdiffstats
path: root/vendor/icu_provider/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/icu_provider/README.md')
-rw-r--r--vendor/icu_provider/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/icu_provider/README.md b/vendor/icu_provider/README.md
index 5692fa6b3..fc2f072eb 100644
--- a/vendor/icu_provider/README.md
+++ b/vendor/icu_provider/README.md
@@ -52,8 +52,7 @@ the trait objects.
Examples of AnyProviders:
-- [`CldrJsonDataProvider`] reads structured data from CLDR JSON source files and returns
- structured Rust objects.
+- [`DatagenProvider`] reads structured data from CLDR source files and returns ICU4X data structs.
- [`AnyPayloadProvider`] wraps a specific data struct and returns it.
- The `BakedDataProvider` which encodes structured data directly in Rust source
@@ -75,7 +74,7 @@ These can be found in the [`icu_provider_adapters`] crate.
### Testing Provider
-This crate also contains a concrete provider for testing purposes:
+This crate also contains a concrete provider for demonstration purposes:
- [`HelloWorldProvider`] returns "hello world" strings in several languages.
@@ -109,6 +108,7 @@ data generation implementation.
[`Yokeable`]: yoke::Yokeable
[`impl_dynamic_data_provider!`]: impl_dynamic_data_provider
[`icu_provider_adapters`]: ../icu_provider_adapters/index.html
+[`DatagenProvider`]: ../icu_datagen/struct.DatagenProvider.html
[`as_downcasting()`]: AsDowncastingAnyProvider::as_downcasting
[`as_deserializing()`]: AsDeserializingBufferProvider::as_deserializing
[`CldrJsonDataProvider`]: ../icu_datagen/cldr/struct.CldrJsonDataProvider.html