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)

Download history 21491/week @ 2024-08-03 23506/week @ 2024-08-10 20417/week @ 2024-08-17 21229/week @ 2024-08-24 21895/week @ 2024-08-31 21644/week @ 2024-09-07 19102/week @ 2024-09-14 20670/week @ 2024-09-21 19566/week @ 2024-09-28 22876/week @ 2024-10-05 20172/week @ 2024-10-12 23276/week @ 2024-10-19 22570/week @ 2024-10-26 22890/week @ 2024-11-02 23757/week @ 2024-11-09 21206/week @ 2024-11-16

93,886 downloads per month
Used in 59 crates (6 directly)

Unicode-3.0

1MB
17K SLoC

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.


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