rust_scraper 1.0.0

Production-ready web scraper with Clean Architecture, TUI selector, and sitemap support
Documentation
1
2
3
4
//! Output handling (file saving, frontmatter)

pub mod file_saver;
pub mod frontmatter;