Function parse_hyperlinks::parser::html::attribute_list[][src]

pub fn attribute_list<'a>(
    i: &'a str
) -> IResult<&'a str, Vec<(&'a str, Cow<'_, str>)>>

Parses a whitespace separated list of attributes and returns a vector of (name, value).