icu_provider_adapters

Crates.ioicu_provider_adapters
lib.rsicu_provider_adapters
version1.5.0
sourcesrc
created_at2022-05-10 19:38:10.880585
updated_at2024-05-28 20:18:36.478217
descriptionAdapters for composing and manipulating data providers.
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id584141
size73,536
Manish Goregaokar (Manishearth)

documentation

README

icu_provider_adapters crates.io

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.

Commit count: 3247

cargo fmt