5 releases
Uses new Rust 2024
new 0.0.9 | May 16, 2025 |
---|---|
0.0.8 | May 15, 2025 |
0.0.7 | May 13, 2025 |
0.0.6 | May 12, 2025 |
0.0.5 | May 2, 2025 |
#2189 in Web programming
616 downloads per month
Used in aipack
34KB
661 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–9MB
~90K SLoC