#html-content #convert-html #dom #parser

html-helpers

A collection of high-level utilities for cleaning, transforming, and converting HTML content

6 releases

Uses new Rust 2024

0.1.0 Oct 6, 2025
0.0.9 May 16, 2025

#15 in #html-content

Download history 19/week @ 2025-10-15 13/week @ 2025-10-22

291 downloads per month
Used in aipack

MIT/Apache

34KB
690 lines

html-helpers

A collection of high-level utilities for cleaning, transforming, and converting HTML content.

⚠️ Very early release – currently supports only HTML slimming.

Example

let content: String = /* full HTML page */;

let slim_content = html_helpers::slim(&content)?;

Dependencies

~3.5–5MB
~97K SLoC