| Crates.io | html-helpers |
| lib.rs | html-helpers |
| version | 0.0.9 |
| created_at | 2025-05-02 16:56:03.531058+00 |
| updated_at | 2025-05-16 02:40:39.568189+00 |
| description | A collection of high-level utilities for cleaning, transforming, and converting HTML content. |
| homepage | https://github.com/jeremychone/rust-html-helpers |
| repository | https://github.com/jeremychone/rust-html-helpers |
| max_upload_size | |
| id | 1657975 |
| size | 62,929 |
A collection of high-level utilities for cleaning, transforming, and converting HTML content.
⚠️ Very early release – currently supports only HTML slimming.
let content: String = /* full HTML page */;
let slim_content = html_helpers::slim(&content)?;