Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 306 Bytes

File metadata and controls

13 lines (8 loc) · 306 Bytes

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)?;