Module core::char [] [src]

Character manipulation.

For more details, see ::rustc_unicode::char (a.k.a. std::char)

Structs

EscapeDefault

An iterator over the characters that represent a char`char`, escaped for maximum portability.

EscapeUnicode

An iterator over the characters that represent a char`char`, as escaped by Rust's unicode escaping rules.

Constants

MAX

The highest valid code point

Functions

from_digit

Converts a number to the character representing it.

from_u32

Converts a u32`u32to an` to an Option<char>.

from_u32_unchecked [Unstable]

Converts a u32`u32to an` to an char`char`, not checking whether it is a valid unicode codepoint.