Crate parse_hyperlinks_extras

Source
Expand description

Library for parsing hyperlinks and image elements in HTML format. The library implements HTML 5.2: 4.7. Embedded content and extends the parser collection Parse-hyperlinks.

Modulesยง

iterator_html
Module providing iterators over the hyperlinks found in the input text. Only HTML no other markup languages are parsed here.
parser
This module implements parsers to extract hyperlinks image elements from HTML text input.