pub fn consume_string( peekable_raw: Peekable<Iter<'_, u8>>, stop_on_space: bool, ) -> (String, Peekable<Iter<'_, u8>>)