rust_scraper 1.0.0

Production-ready web scraper with Clean Architecture, TUI selector, and sitemap support
Documentation
{
  "project": "rust-scraper",
  "timestamp": "2026-03-10T03:27:40Z",
  "architecture": "Clean Architecture",
  "layers": [
    "Domain",
    "Application",
    "Infrastructure",
    "Adapters"
  ],
  "entry_points": {
    "lib": "src/lib.rs",
    "main": "src/main.rs"
  },
  "critical_paths": [
    { "path": "src/domain", "description": "Reglas de negocio puras. Sin IO." },
    { "path": "src/application", "description": "Casos de uso y orquestación." },
    { "path": "src/infrastructure", "description": "Implementaciones externas (HTTP, Persistence)." },
    { "path": "src/adapters", "description": "Interfaces de usuario (TUI/CLI)." }
  ]
}