icu_provider_blob 1.0.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. For example, to build "hello world" data, run:

$ cargo run --features bin -p icu_datagen -- \
    --format blob \
    --hello-world-key \
    --all-locales \
    --out hello_world.postcard

For examples, see the specific data providers.

More Information

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