icu_provider_blob

Crates.ioicu_provider_blob
lib.rsicu_provider_blob
version2.0.0
created_at2021-07-30 00:17:08.436299+00
updated_at2025-05-07 21:01:54.002122+00
descriptionICU4X data provider that reads from blobs in memory
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id429063
size79,597
Shane F. Carr (sffc)

documentation

README

icu_provider_blob crates.io

icu_provider_blob contains [BlobDataProvider], a BufferProvider implementation that supports loading data from a single serialized blob.

To build blob data, use the --format blob option of icu_provider_export:

$ icu4x-datagen --markers all --locales full --format blob --out data.postcard

More Information

For more information on development, authorship, contributing etc. please visit ICU4X home page.

Commit count: 4409

cargo fmt