5 unstable releases
0.2.0 | May 28, 2024 |
---|---|
0.1.2 | Nov 17, 2023 |
0.1.1 | Oct 6, 2023 |
0.1.0 | Apr 14, 2023 |
0.0.1 | Nov 21, 2022 |
#472 in Internationalization (i18n)
1MB
13K
SLoC
icu_harfbuzz
Using ICU4X as the Unicode Database back end for HarfBuzz.
Examples
See tutorials/rust/harfbuzz
in the ICU4X repo for an example.
If you wish to load data dynamically, you can individually load GeneralCategoryData
, CombiningClassData
,
MirroringData
, ScriptData
, ComposeData
, DecomposeData
and set them as the relevant funcs.
More Information
For more information on development, authorship, contributing etc. please visit ICU4X home page
.
lib.rs
:
Using ICU4X as the Unicode Database back end for HarfBuzz.
Examples
See tutorials/rust/harfbuzz
in the ICU4X repo for an example.
If you wish to load data dynamically, you can individually load GeneralCategoryData
, CombiningClassData
,
MirroringData
, ScriptData
, ComposeData
, DecomposeData
and set them as the relevant funcs.
Dependencies
~1.9–2.6MB
~47K SLoC