Expand description
Module for working with HTML.
It provides a convenient API for extracting data, using HTML5 DOM methods and CSS selectors.
The backend of this module is SwiftSoup.
Structs§
- Document
- A complete HTML document.
- Element
- A single HTML element.
- Element
List - A collection of HTML elements.
- Html
- Namespace for HTML-related functions.
Enums§
- Html
Error - Error type for HTML operations.