icu_freertos

Crates.ioicu_freertos
lib.rsicu_freertos
version1.5.0
sourcesrc
created_at2022-05-17 17:06:47.170965
updated_at2024-05-28 20:24:29.116389
descriptionC interface to ICU4X
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id588505
size9,146
icu4x-release (github:unicode-org:icu4x-release)

documentation

README

icu_freertos crates.io

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.

More Information

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

Commit count: 3247

cargo fmt