qrawl 0.6.0

Rust toolkit to crawl web data for AI agents
Documentation
1
2
3
4
5
6
7
8
//! Composable Tools

pub mod batch;
pub mod clean;
pub mod extract;
pub mod fetch;
pub mod map;
pub mod scrape;