Registry / other / rust-icu-common

rust-icu-common

JSON →
library5.6.0rscratesunverified

Native bindings to the ICU4C library from Unicode, providing commonly used types.

# Cargo.toml [dependencies] rust_icu_common = "5.6.0"
INSTALL
IMPORT
SIG · RUST-ICU-COMMON
R
rust-icu-common
otherrustv5.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UErrorCode
use rust_icu_common::UErrorCode;

Minimal example importing the UErrorCode type from rust-icu-common.

use rust_icu_common::UErrorCode; fn main() { let error = UErrorCode::U_ZERO_ERROR; println!("UErrorCode imported: {:?}", error); }
Debug
Known issues
gotchaRequires ICU4C library installed on the system.
fix
Install ICU4C via system package manager (e.g., `apt install libicu-dev` on Ubuntu).
affects: >=0.1.0
Upgrade
Version history
5.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rust-icu-common — cargo add rust-icu-common · libregistry