icu_provider_uprops

Crates.ioicu_provider_uprops
lib.rsicu_provider_uprops
version0.5.0
sourcesrc
created_at2021-11-02 00:23:02.725786
updated_at2022-01-31 22:15:12.935284
descriptionData provider that reads from `icuwriteuprops` output from ICU4C
homepage
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id475523
size72,058
Shane F. Carr (sffc)

documentation

README

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.

Commit count: 3247

cargo fmt