kumo 0.3.12

An async web crawling framework for Rust - Scrapy for Rust
Documentation
1
2
3
4
5
6
7
mod entry;
mod parser;
mod runtime;
mod spider;

pub use entry::SitemapEntry;
pub use spider::SitemapSpider;