Modules§
- Utilities for validating string and char literals and turning them into values they represent.
Structs§
Enums§
Functions§
- True if
c
is valid as a non-first character of an identifier. - True if
c
is valid as a first character of an identifier. - True if
c
is considered a whitespace according to Rust language definition.