Expand description
Convenience prelude that imports the most commonly used types.
use fast_html_parser::prelude::*;Re-exports§
pub use crate::HtmlParser;
Structs§
- Compiled
Selector css-selectororxpath - A pre-compiled CSS selector for reuse across documents and threads.
- Document
- A parsed HTML document backed by an arena.
- NodeId
- Index into the arena’s node vector.
- NodeRef
- A borrowed reference to a node inside the document.
- Selection
css-selectororxpath - A collection of matched nodes from a selector query.
Enums§
- Html
Error - Error type for HTML parsing.
Traits§
- Selectable
css-selectororxpath - Extension trait that adds CSS selector methods to
Document.