html-helpers

Crates.iohtml-helpers
lib.rshtml-helpers
version0.1.0
created_at2025-05-02 16:56:03.531058+00
updated_at2025-10-06 17:15:59.74803+00
descriptionA collection of high-level utilities for cleaning, transforming, and converting HTML content.
homepagehttps://github.com/jeremychone/rust-html-helpers
repositoryhttps://github.com/jeremychone/rust-html-helpers
max_upload_size
id1657975
size61,529
Jeremy Chone (jeremychone)

documentation

README

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)?;
Commit count: 16

cargo fmt