fn get_string( iter: &mut Peekable<Chars<'_>>, string_start: char, buffer: &mut String, )
When encountering a " or a ', returns the whole string, including the quote characters.
"
'