Function parse_string

Source
pub fn parse_string(
    input: &str,
) -> Result<HashMap<&str, Action>, VerboseError<&str>>