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
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 - 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
Unsigned varint encoding - Rust source code
Stable alternative to CoerceUnsize - Rust source code
Safe, fast, zero-allocation parsing of untrusted inputs - Rust source code
Rust binding for OpenBSD's unveil(2) - Rust source code
Unwrap! and an unwrap_err! macro - Rust source code
Units of measurement - Rust source code
simple and safe HTTP client - Rust source code
Procedural macros for urid - Rust source code
Idiomatic URID support - Rust source code
URI parser including relative references - Rust source code
URL library for Rust - Rust source code
Doing URL percentage encoding - Rust source code
Locate URLs in character streams - Rust source code
Very simple url shortener client library - Rust source code
Provides a stream type which can be used to probe for USB storage devices in the system - Rust source code
Rust wrappers for the USB ID Repository - Rust source code
Incremental, zero-copy UTF-8 decoding with error handling - Rust source code
Iterator by char over potentially-invalid UTF-8 in &[u8] - Rust source code
Table-driven UTF-8 parser - Rust source code
DEPRECATED - Rust source code