html-helpers

Crates.iohtml-helpers
lib.rshtml-helpers
version0.0.9
created_at2025-05-02 16:56:03.531058+00
updated_at2025-05-16 02:40:39.568189+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
size62,929
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