10 releases (stable)
new 2.0.0-beta1 | Nov 23, 2024 |
---|---|
1.5.0 | May 28, 2024 |
1.4.0 | Nov 17, 2023 |
1.2.0 | Apr 14, 2023 |
0.6.0 | May 10, 2022 |
#368 in Internationalization (i18n)
93,886 downloads per month
Used in 59 crates
(6 directly)
1MB
17K
SLoC
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
.
lib.rs
:
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.
Dependencies
~1.2–1.9MB
~35K SLoC