Expand description
Helpers for dealing with quoted strings
Structs§
- Quote
State Char Indices - An iterator over characters and indices in a string slice with information about quoted string states
- Quoted
Ranges - An iterator over the indices of quoted string locations
Enums§
- Quote
State - 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§
- Quoted
String Ext - Helpers for iterating over quoted strings