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
8
9
//! Security - Validation and protection

pub mod allowlist;
pub mod ipblock;
pub mod limits;

pub use allowlist::DomainAllowlist;
pub use ipblock::IpBlocker;
pub use limits::ResourceLimits;