Crates.io | icu_freertos |
lib.rs | icu_freertos |
version | 1.5.0 |
source | src |
created_at | 2022-05-17 17:06:47.170965 |
updated_at | 2024-05-28 20:24:29.116389 |
description | C interface to ICU4X |
homepage | https://icu4x.unicode.org |
repository | https://github.com/unicode-org/icu4x |
max_upload_size | |
id | 588505 |
size | 9,146 |
This crate is a shim that enables one to use icu4x on Cortex-M + FreeRTOS by setting up the relevant Rust runtime hooks.
Note that compiling to this platform needs Rust nightly, and this crate attempts to build across multiple nightly versions.
This crate has a build script that will attempt to detect the nightly version and configure
things appropriately, where possible. Older nightlies will end up setting the
--cfg needs_alloc_error_handler
flag: if using a custom build system and a nightly from
2022 or earlier, please set this flag.
For more information on development, authorship, contributing etc. please visit ICU4X home page
.