Expand description
This module contains types for specifying what kind of quoted string is used
Structs§
- Ascii
Word Validator - Allows unquoted text containing only
_ | a..z | A..Z | 0..9
- Partial
Code Point - A type which represents part of a utf-8 code point
- Scan
Automaton
Enums§
- Quoting
Class - Represents if a char can be contained in a quoted string and if it needs escapeing
- State
- State used when parsing a quoted string
Traits§
- GeneralQS
Spec - type to specify the quoting classifier and parsing implementation
- Parsing
Impl - This normally zero sized type provides functions for parsing a quoted string
- Quoting
Classifier - Type to provide a quoting classification method.
- Without
Quoting Validator - Used to validate if a string is valid without beeing quoted.