Crates.io | icu_capi |
lib.rs | icu_capi |
version | 2.0.2 |
created_at | 2022-05-17 17:05:55.516341+00 |
updated_at | 2025-05-27 15:35:47.791992+00 |
description | C interface to ICU4X |
homepage | https://icu4x.unicode.org |
repository | https://github.com/unicode-org/icu4x |
max_upload_size | |
id | 588503 |
size | 4,719,590 |
This crate contains the extern "C"
FFI for ICU4X, as well as the Diplomat-generated
C, C++, Dart, JavaScript, and TypeScript bindings.
🔗 See the ICU4X website for FFI docs and examples
This crate is no_std
-compatible, but requires an allocator. If you wish to use it in no_std
mode, you can either
enable the looping_panic_handler
and libc_alloc
Cargo features, or write a wrapper crate that defines an
allocator/panic handler.
The extern "C"
APIs exposed by this crate, while not directly documented, are stable within the same major
semver version, as are the bindings in the bindings
folder.
For more information on development, authorship, contributing etc. please visit ICU4X home page
.