kumo 0.3.6

An async web crawling framework for Rust - Scrapy for Rust
Documentation
1
2
3
4
5
6
7
mod config;
mod fetcher;
mod launch;
mod runtime;

pub use config::BrowserConfig;
pub use fetcher::BrowserFetcher;