Registry / utility / icu-collections

icu-collections

JSON →
library2.2.0rscratesunverified

A collection of data structures and APIs for use in ICU (International Components for Unicode) libraries.

# Cargo.toml [dependencies] icu_collections = "2.2.0"
INSTALL
IMPORT
SIG · ICU-COLLECTIONS
I
icu-collections
utilityrustv2.2.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.

CodePointTrie
use icu_collections::codepointtrie::CodePointTrie;

Creates a new CodePointTrie for Unicode property lookups.

use icu_collections::codepointtrie::CodePointTrie; fn main() { let trie = CodePointTrie::new(vec![0u16; 100]); println!("CodePointTrie created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
icu-collections — cargo add icu-collections · libregistry