Registry / other / rust-icu-uenum

rust-icu-uenum

JSON →
library5.6.0rscratesunverified

Native bindings to the ICU4C library's uenum.h API for Unicode enumeration.

# Cargo.toml [dependencies] rust_icu_uenum = "5.6.0"
INSTALL
IMPORT
SIG · RUST-ICU-UENUM
R
rust-icu-uenum
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.

UEnumeration
use rust_icu_uenum::UEnumeration;

Creates a UEnumeration from ICU data.

use rust_icu_uenum::UEnumeration; // Example: create an enumeration from ICU data let _enum = UEnumeration::try_from("some_data").unwrap();
Debug
Known issues
gotchaRequires ICU4C library to be installed on the system.
fix
Install ICU4C via your package manager (e.g., apt install libicu-dev).
affects: >=0.0.0
Upgrade
Version history
5.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
rust-icu-uenum — cargo add rust-icu-uenum · libregistry