Crates.io | icu_provider_blob |
lib.rs | icu_provider_blob |
version | 1.5.0 |
source | src |
created_at | 2021-07-30 00:17:08.436299 |
updated_at | 2024-05-28 20:18:49.582998 |
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 | 55,705 |
icu_provider_blob
contains [BlobDataProvider
], a BufferProvider
implementation that
supports loading data from a single serialized blob.
To build blob data, use the --format blob2
option of icu_datagen
:
$ icu4x-datagen --keys all --locales full --format blob2 --out data.postcard
You can also use --format blob
if you need to support ICU4X versions prior to 1.4.
For more information on development, authorship, contributing etc. please visit ICU4X home page
.