Module convert
Character conversions.
Structs
-
CharTryFromError
The error type returned when a conversion from [
prim@u32] to [prim@char] fails. - ParseCharError An error which can be returned when parsing a char.
Enums
Functions
- char_try_from_u32
-
from_digit
Converts a digit in the given radix to a
char. Seechar::from_digit. -
from_u32
Converts a
u32to achar. Seechar::from_u32. -
from_u32_unchecked
Converts a
u32to achar, ignoring validity. Seechar::from_u32_unchecked.