icu_provider_blob 1.3.0

ICU4X data provider that reads from blobs in memory
Documentation

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_datagen:

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

For examples, see the specific data providers.

More Information

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