Function parse_str

Source
pub fn parse_str<const DELIMITER: char>(input: &str) -> Option<(&str, &str)>
Expand description

Simple parse function for a string token with an arbitrary delimeter