Crate html_helpers

Source

Enums§

Error

Functions§

decode_html_entities
Decodes HTML entities (e.g., &lt; becomes <).
slim
Strips non-content elements from the provided HTML content, preserving essential head tags, and returns the cleaned HTML as a string.

Type Aliases§

Result