kumo 0.4.0

An async web crawling framework for Rust - Scrapy for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod core;
mod css;
mod json;
mod regex;
mod url;

#[cfg(feature = "xpath")]
mod xpath;

pub use core::Response;
pub(crate) use core::ResponseBody;