Module common
Source Available on crate feature common only.
Expand description
This module implements many helpful “built-in” methods to SourceCodeScanner.
This module and submodules are fairly barren, generally only containing helper
types and errors for various new methods.
- identifier
- Sub-module of
common for parsing identifiers. - numeric
- Sub-module of
common specifically for number parsing. - string
- Sub-module of
common used for string and character-related methods. - structure
- Sub-module of
common used for parsing document
structure such as indentation and spacing.