#data-provider #unicode #cldr #javascript

no-std boa_icu_provider

ICU4X data provider for the Boa JavaScript engine

5 releases

0.18.0 Mar 7, 2024
0.17.3 Sep 26, 2023
0.17.2 Sep 26, 2023
0.17.1 Sep 26, 2023
0.17.0 Jul 8, 2023

#58 in Internationalization (i18n)

Download history 4333/week @ 2024-01-02 4356/week @ 2024-01-09 3774/week @ 2024-01-16 4318/week @ 2024-01-23 3871/week @ 2024-01-30 3077/week @ 2024-02-06 3617/week @ 2024-02-13 4418/week @ 2024-02-20 4483/week @ 2024-02-27 4664/week @ 2024-03-05 3443/week @ 2024-03-12 1972/week @ 2024-03-19 1593/week @ 2024-03-26 1369/week @ 2024-04-02 1510/week @ 2024-04-09 1150/week @ 2024-04-16

5,978 downloads per month
Used in 13 crates (via boa_engine)

Unlicense OR MIT

4.5MB

boa_icu_provider

boa_icu_provider defines the ICU4X data provider used in the Boa engine to enable internationalization functionality.


lib.rs:

Boa's boa_icu_provider exports the default data provider used by its Intl implementation.

Crate Overview

This crate exports the function buffer, which contains an extensive dataset of locale data to enable Intl functionality in the engine. The set of locales included is precisely the "modern" subset of locales in the Unicode Common Locale Data Repository.

If you need to support the full set of locales, you can check out the ICU4X guide about generating custom data providers. Boa supports plugging both BufferProviders or AnyProviders generated by the tool.

Dependencies