Registry / utility / unic-char-range

unic-char-range

JSON →
library0.9.0rscratesunverified

UNIC — Unicode Character Tools — Character Range and Iteration

# Cargo.toml [dependencies] unic-char-range = "0.9.0"
INSTALL
IMPORT
SIG · UNIC-CHAR-RANGE
U
unic-char-range
utilityrustv0.9.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.

CharRange
use unic_char_range::CharRange;

Iterate over a range of Unicode characters.

use unic_char_range::CharRange; fn main() { let range = CharRange::closed('a', 'z'); for ch in range.iter() { print!("{}", ch); } println!(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources