Crates.io | icu_capi_staticlib |
lib.rs | icu_capi_staticlib |
version | 1.4.0 |
source | src |
created_at | 2022-09-27 22:44:16.415368 |
updated_at | 2023-11-17 00:14:28.779855 |
description | C interface to ICU4X |
homepage | https://icu4x.unicode.org |
repository | https://github.com/unicode-org/icu4x |
max_upload_size | |
id | 675274 |
size | 6,862 |
This exists as a separate crate to work around cargo being unable to conditionally compile crate-types.
This leads to problems like emscripten being unable to link
because symbols like log_js are not defined even if the crate_type
is not actually desired. As a workaround, the icu_capi_staticlib
and
icu_capi_cdylib
crates exist as endpoints to be built when those
respective library types are needed.
For more information on development, authorship, contributing etc. please visit ICU4X home page
.