Registry / utility / ucd-trie

ucd-trie

JSON →
library0.1.7rscratesunverified

A trie for storing Unicode codepoint sets and maps, generated from Unicode Character Database.

# Cargo.toml [dependencies] ucd-trie = "0.1.7"
INSTALL
IMPORT
SIG · UCD-TRIE
U
ucd-trie
utilityrustv0.1.7
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.

TrieSetOwned
use ucd_trie::TrieSetOwned;

Creates a trie from a range of characters and checks membership.

use ucd_trie::TrieSetOwned; let trie = TrieSetOwned::new(&[('a'..='z').collect::<Vec<_>>()]); assert!(trie.contains('m'));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
ucd-trie — cargo add ucd-trie · libregistry