8 stable releases
2.0.0-beta2 | Feb 26, 2025 |
---|---|
1.5.0 | May 28, 2024 |
1.4.0 | Nov 17, 2023 |
1.2.1 | Apr 26, 2023 |
0.6.0 | May 17, 2022 |
#472 in Internationalization (i18n)
141 downloads per month
2MB
33K
SLoC
icu_freertos 
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
.
lib.rs
:
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.
Dependencies
~3.5MB
~64K SLoC