7 releases
0.19.1 | Sep 12, 2024 |
---|---|
0.19.0 | Jul 11, 2024 |
0.18.0 | Mar 7, 2024 |
0.17.3 | Sep 26, 2023 |
0.17.0 | Jul 8, 2023 |
#57 in Internationalization (i18n)
1,343 downloads per month
Used in 8 crates
(via boa_engine)
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 BufferProvider
s or AnyProvider
s
generated by the tool.