Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/char/struct.DecodeUtf16Error.html DecodeUtf16Error in std::char - Rust An error that can be returned when decoding UTF-16 code points. std char rust https://doc.rust-lang.org/std/char/index.html std::char - Rust Utilities for the `char` primitive type. std char rust https://doc.rust-lang.org/std/char/constant.REPLACEMENT_CHARACTER.html REPLACEMENT_CHARACTER in std::char - Rust `U+FFFD REPLACEMENT CHARACTER` (�) is used in Unicode to represent a decoding error. Use `char::REPLACEMENT_CHARACTER` instead. std char rustreplacementcharacter https://doc.rust-lang.org/std/char/struct.ToLowercase.html ToLowercase in std::char - Rust Returns an iterator that yields the lowercase equivalent of a `char`. std char rust https://doc.rust-lang.org/std/char/struct.TryFromCharError.html TryFromCharError in std::char - Rust The error type returned when a checked char conversion fails. std char rust https://doc.rust-lang.org/std/char/struct.CharTryFromError.html CharTryFromError in std::char - Rust The error type returned when a conversion from `prim@u32` to `prim@char` fails. std char rust https://doc.rust-lang.org/std/char/struct.ToUppercase.html ToUppercase in std::char - Rust Returns an iterator that yields the uppercase equivalent of a `char`. std char rusttouppercase https://doc.rust-lang.org/std/char/struct.EscapeDefault.html EscapeDefault in std::char - Rust An iterator that yields the literal escape code of a `char`. std char rust https://doc.rust-lang.org/std/char/struct.EscapeUnicode.html EscapeUnicode in std::char - Rust Returns an iterator that yields the hexadecimal Unicode escape of a character, as `char`s. std char rust https://doc.rust-lang.org/std/char/struct.EscapeDebug.html EscapeDebug in std::char - Rust An iterator that yields the literal escape code of a `char`. std char rust https://doc.rust-lang.org/std/ascii/enum.Char.html Char in std::ascii - Rust One of the 128 Unicode characters from U+0000 through U+007F, often known as the ASCII subset. charstdasciirust