Module parse_hyperlinks_html::parser::image[][src]

Expand description

This module implements parsers for HTML image elements.

Functions

html_img

Parse an HTML image.

html_img_link

Wrapper around html_img() that packs the result in Link::Image.