Function attribute_list

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

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