pub fn parse_str<const DELIMITER: char>(input: &str) -> Option<(&str, &str)>
Simple parse function for a string token with an arbitrary delimeter