Crates.io | icu_provider_uprops |
lib.rs | icu_provider_uprops |
version | 0.5.0 |
source | src |
created_at | 2021-11-02 00:23:02.725786 |
updated_at | 2022-01-31 22:15:12.935284 |
description | Data provider that reads from `icuwriteuprops` output from ICU4C |
homepage | |
repository | https://github.com/unicode-org/icu4x |
max_upload_size | |
id | 475523 |
size | 72,058 |
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.
For more information on development, authorship, contributing etc. please visit ICU4X home page
.