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

#398 in Internationalization (i18n)

Download history 20166/week @ 2024-09-26 22001/week @ 2024-10-03 21077/week @ 2024-10-10 22101/week @ 2024-10-17 22318/week @ 2024-10-24 23469/week @ 2024-10-31 23446/week @ 2024-11-07 24110/week @ 2024-11-14 25041/week @ 2024-11-21 25219/week @ 2024-11-28 27493/week @ 2024-12-05 28513/week @ 2024-12-12 23733/week @ 2024-12-19 20420/week @ 2024-12-26 26006/week @ 2025-01-02 21555/week @ 2025-01-09

95,945 downloads per month
Used in 68 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.2–1.9MB
~35K SLoC