halldyll-core 0.1.0

Core scraping engine for Halldyll - high-performance async web scraper for AI agents
Documentation
1
2
3
4
5
6
7
//! Sitemap - Sitemap parsing

pub mod parser;
pub mod index;

pub use parser::{SitemapParser, SitemapEntry};
pub use index::SitemapIndex;