Module core::char 
            
                [−]
            
        [src]
Character manipulation.
For more details, see ::rustc_unicode::char (a.k.a. std::char)
Structs
| EscapeDefault | 
                              An iterator that yields the literal escape code of a   | 
                    
| EscapeUnicode | 
                              Returns an iterator that yields the hexadecimal Unicode escape of a
character, as   | 
                    
Constants
| MAX | 
                              The highest valid code point a   | 
                    
Functions
| from_digit | 
                              Converts a digit in the given radix to a   | 
                    
| from_u32 | 
                              Converts a   | 
                    
| from_u32_unchecked | 
                              Converts a   |