Trie for storing Unicode codepoint sets and maps - Rust source code
Small utility library for working with the Unicode character database - Rust source code
Libudev bindings for Rust - Rust source code
Pure Rust implementation of the user-land udev library - Rust source code
(6-40x) smaller, (2-9x) faster and panic-free alternative to `core::fmt` - Rust source code
`μfmt` macros - Rust source code
`μfmt`'s `uWrite` trait - Rust source code
ULID implementation - Rust source code
Simple, fast, LRU cache implementation - Rust source code
light utility helping with unix mode representation - Rust source code
Name and information about current kernel - Rust source code
Utilities for working with uninitialized arrays - 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
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 Bidirectional Algorithm - 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
Fast lowercase, uppercase, and titlecase mapping for characters - 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