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