11 releases (6 stable)

1.4.0 Nov 17, 2023
1.3.0 Sep 23, 2023
1.2.0 Apr 14, 2023
1.1.0 Jan 26, 2023
0.3.0 Jul 30, 2021

#193 in Internationalization (i18n)

Download history 7631/week @ 2023-12-07 6964/week @ 2023-12-14 5762/week @ 2023-12-21 6006/week @ 2023-12-28 7691/week @ 2024-01-04 7708/week @ 2024-01-11 8845/week @ 2024-01-18 8469/week @ 2024-01-25 8545/week @ 2024-02-01 8351/week @ 2024-02-08 7977/week @ 2024-02-15 7998/week @ 2024-02-22 8764/week @ 2024-02-29 9708/week @ 2024-03-07 7830/week @ 2024-03-14 5026/week @ 2024-03-21

32,606 downloads per month
Used in 47 crates (8 directly)

Custom license

1MB
17K 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.2–1.9MB
~38K SLoC