//! # Spider Agent HTML
//!
//! HTML processing utilities for spider_agent — cleaning, content analysis integration, and diffing.
//!
//! This crate provides the HTML cleaning functions extracted from `spider_agent`.
//! Uses `lol_html` for fast, streaming HTML rewriting.
//!
//! ## Dependencies
//!
//! - `lol_html` — streaming HTML rewriter
//! - `aho-corasick` — pattern matching (via spider_agent_types)
//! - `spider_agent_types` — type definitions
pub use ;