typst_assets::icu

Constant ICU

source
pub const ICU: &[u8];
Expand description

Generated by the following command:

icu4x-datagen --locales full \
              --format blob \
              --keys-for-bin target/debug/typst \
              --out typst-assets/files/icu/icu.postcard \
              --overwrite

Install icu_datagen with cargo install --git https://github.com/unicode-org/icu4x icu_datagen --locked.