0.5.0 Jan 31, 2022
0.4.1 Nov 10, 2021
0.4.0 Nov 2, 2021

#26 in #data-provider

45 downloads per month
Used in icu_provider_cldr

Custom license

1.5MB
22K SLoC

icu_provider_uprops crates.io

icu_provider_uprops contains implementations of the ICU4X DataProvider interface backed by TOML files exported by the ICU4C icuwriteuprops tool. Create a directory containing TOML files for the necessary Unicode properties and then pass the path into the PropertiesDataProvider.

Important: This data provider implementation is not optimized for production use. It is much more efficient if you use FsDataProvider or StaticDataProvider instead.

More Information

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


lib.rs:

icu_provider_uprops contains implementations of the ICU4X DataProvider interface backed by TOML files exported by the ICU4C icuwriteuprops tool. Create a directory containing TOML files for the necessary Unicode properties and then pass the path into the PropertiesDataProvider.

Important: This data provider implementation is not optimized for production use. It is much more efficient if you use FsDataProvider or StaticDataProvider instead.

Dependencies

~2.5MB
~57K SLoC