Expand description
Helpers for dealing with quoted strings
Structs§
- An iterator over characters and indices in a string slice with information about quoted string states
- An iterator over the indices of quoted string locations
Enums§
- The state of a character in a string with quotable components This is a simplified version of the actual parser as we don’t care about hex or other character meanings
Traits§
- Helpers for iterating over quoted strings