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)

Download history 3/week @ 2024-12-04 9/week @ 2024-12-11 141/week @ 2025-02-26

141 downloads per month

Unicode-3.0

2MB
33K SLoC

JavaScript 18K SLoC // 0.1% comments Rust 12K SLoC // 0.0% comments TypeScript 3K SLoC // 0.2% comments

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.


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