icu_provider_blob

Crates.ioicu_provider_blob
lib.rsicu_provider_blob
version1.5.0
sourcesrc
created_at2021-07-30 00:17:08.436299
updated_at2024-05-28 20:18:49.582998
descriptionICU4X data provider that reads from blobs in memory
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id429063
size55,705
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 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.

More Information

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

Commit count: 3247

cargo fmt