Crate html_helpers

Source

Enums§

Error

Functions§

decode_html_entities
Decodes HTML entities (e.g., &lt; becomes <). Re-exporting from the original slimmer or using html-escape directly.
slim
Strips non-content elements from the provided HTML content using the scraper crate, preserving essential head tags, and returns the cleaned HTML as a string.

Type Aliases§

Result