Crates.io | icu_provider_blob |
lib.rs | icu_provider_blob |
version | 2.0.0 |
created_at | 2021-07-30 00:17:08.436299+00 |
updated_at | 2025-05-07 21:01:54.002122+00 |
description | ICU4X data provider that reads from blobs in memory |
homepage | https://icu4x.unicode.org |
repository | https://github.com/unicode-org/icu4x |
max_upload_size | |
id | 429063 |
size | 79,597 |
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
For more information on development, authorship, contributing etc. please visit ICU4X home page
.