icu_capi_cdylib

Crates.ioicu_capi_cdylib
lib.rsicu_capi_cdylib
version1.4.0
sourcesrc
created_at2022-05-17 17:07:08.740075
updated_at2023-11-17 00:14:00.635467
descriptionC interface to ICU4X
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id588506
size6,841
icu4x-release (github:unicode-org:icu4x-release)

documentation

README

icu_capi_cdylib crates.io

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.

More Information

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

Commit count: 3247

cargo fmt