12 releases (7 stable)

1.5.0 May 28, 2024
1.4.0 Nov 17, 2023
1.3.2 Oct 3, 2023
1.2.0 Apr 14, 2023
0.3.0 Jul 30, 2021

#396 in Internationalization (i18n)

Download history 3541/week @ 2024-07-22 4237/week @ 2024-07-29 3598/week @ 2024-08-05 3955/week @ 2024-08-12 3576/week @ 2024-08-19 3930/week @ 2024-08-26 3891/week @ 2024-09-02 4237/week @ 2024-09-09 4317/week @ 2024-09-16 6100/week @ 2024-09-23 4792/week @ 2024-09-30 7123/week @ 2024-10-07 7127/week @ 2024-10-14 7168/week @ 2024-10-21 6381/week @ 2024-10-28 7051/week @ 2024-11-04

28,207 downloads per month
Used in 67 crates (9 directly)

Unicode-3.0

1MB
16K SLoC

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.


lib.rs:

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.

Dependencies

~1–1.7MB
~34K SLoC