Expand description

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.

Modules

Data generation for BlobDataProvider data. See the icu_datagen crate.

Structs

A data provider that reads from serialized blobs of data.