rust_scraper 1.0.0

Production-ready web scraper with Clean Architecture, TUI selector, and sitemap support
Documentation
1
2
3
4
//! Content converters (HTML → Markdown, syntax highlighting)

pub mod html_to_markdown;
pub mod syntax_highlight;