6 releases
Uses new Rust 2024
| 0.1.0 | Oct 6, 2025 |
|---|---|
| 0.0.9 | May 16, 2025 |
#15 in #html-content
291 downloads per month
Used in aipack
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