1//! This module implements parsers to extract hyperlinks 2//! image elements from HTML text input. 3 4pub mod parse_html;