Unescape strings with escape sequences written out as literal characters - Rust source code
DSL for describing concrete syntax trees - Rust source code
Case-insensitive wrapper around strings - Rust source code
UNIC — Unicode Character Tools — Character Property taxonomy, contracts and build macros - Rust source code
UNIC — Unicode Character Tools — Character Range and Iteration - Rust source code
UNIC — Common Utilities - Rust source code
UNIC — Unicode Emoji — Emoji Character Properties - Rust source code
API for managing Unicode Language Identifiers - Rust source code
The Unicode Bidirectional Algorithm - Rust source code
Unicode Bidi Mirroring property detection - Rust source code
Unicode byte-order mark detection for files and byte arrays - Rust source code
Titlecase helper function on characters - Rust source code
Query Unicode category membership for chars - Rust source code
Unicode Canonical Combining Class detection - Rust source code
Fast lookup of the Unicode General Category property for char - Rust source code
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 - Rust source code
Fast lookup of the Unicode Joining Type and Joining Group properties - Rust source code
The Unicode Line Breaking Algorithm - Rust source code
Determine the Unicode class of a mathematical character - Rust source code
Map characters to and from their name given in the Unicode standard - Rust source code
Functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15 - Rust source code
Query character Unicode properties according to UAX #44 and UTR #51 - Rust source code
Unicode Script and Script_Extension properties from UAX #24
Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules - Rust source code
Pad or truncate unicode str in terms of displayed width - Rust source code
Unicode vertical orientation detection - Rust source code
Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules - Rust source code
UNIC — Unicode Text Segmentation Algorithms - Rust source code
UNIC — Unicode Character Database — Age - Rust source code
UNIC — Unicode Character Database — Bidi Properties - Rust source code
UNIC — Unicode Character Database — General Category - Rust source code
UNIC — Unicode Character Database — Hangul Syllable Composition & Decomposition - Rust source code
UNIC — Unicode Character Database — Identifier Properties - Rust source code
UNIC — Unicode Character Database — Normalization Properties - Rust source code
UNIC — Unicode Character Database — Segmentation Properties - Rust source code
UNIC — Unicode Character Database — Version - Rust source code
Remove a column of leading whitespace from a string - Rust source code
Quote strings for clear display in output - Rust source code
Traits which describe the functionality of universal hash functions (UHFs) - Rust source code
Unix domain socket bindings - Rust source code
Unreachable code optimization hint in stable rust - Rust source code
Traits and implementations for unchecked downcasting - Rust source code
Libyaml transpiled to rust by c2rust - Rust source code
Painless string scanning - Rust source code