Module parse_hyperlinks::parser::html[][src]

Expand description

This module implements parsers for HTML hyperlinks.

Functions

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

Parse an HTML inline hyperlink.

Wrapper around html_text2dest() that packs the result in Link::Text2Dest.