Trie for storing Unicode codepoint sets and maps - Rust source code
Small utility library for working with the Unicode character database - Rust source code
`μfmt` macros - Rust source code
`μfmt`'s `uWrite` trait - Rust source code
light utility helping with unix mode representation - Rust source code
Name and information about current kernel - Rust source code
Case-preserving, ASCII case-insensitive, no_std string types - Rust source code
Case-preserving, ASCII case-insensitive, no_std string types - feature "serde" and 1 more
Case-preserving, ASCII case-insensitive, no_std string types - feature "with-serde-alloc"
Unchecked indexing wrapper using regular index syntax - Rust source code
Unescapes strings with escape sequences written out as literal characters - 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
API for managing Unicode Language Identifiers - Rust source code
The Unicode Bidirectional Algorithm - Rust source code
Query Unicode category membership for chars - Rust source code
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 - Rust source code
The Unicode Line Breaking Algorithm - 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
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
Unicode vertical orientation detection - Rust source code
Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules - feature "compiler_builtins"
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 — 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
Trait for universal hash functions - Rust source code
Unix domain socket bindings - Rust source code
Unreachable code optimization hint in stable rust - Rust source code
Unsigned varint encoding - 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
URL library for Rust - Rust source code
Doing URL percentage encoding - Rust source code
Locate URLs in character streams - Rust source code
URL library for Rust - feature "serde"
Provides a stream type which can be used to probe for USB storage devices in the system - Rust source code
Accessing Unix users and groups - feature "default"