parse

Function parse 

Source
pub fn parse(
    input: &str,
) -> Result<HashMap<String, Vec<Vec<&str>>>, Err<Error<&str>>>