1# 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