10 releases (stable)

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

#383 in Internationalization (i18n)

Download history 19900/week @ 2024-08-19 21359/week @ 2024-08-26 21792/week @ 2024-09-02 21518/week @ 2024-09-09 19199/week @ 2024-09-16 20345/week @ 2024-09-23 19635/week @ 2024-09-30 23261/week @ 2024-10-07 20183/week @ 2024-10-14 23199/week @ 2024-10-21 23131/week @ 2024-10-28 22601/week @ 2024-11-04 24041/week @ 2024-11-11 25484/week @ 2024-11-18 24829/week @ 2024-11-25 23460/week @ 2024-12-02

100,460 downloads per month
Used in 66 crates (8 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.1–1.8MB
~34K SLoC