kumo 0.3.6

An async web crawling framework for Rust - Scrapy for Rust
Documentation
1
2
3
4
5
6
7
8
9
mod cache;
mod element;
mod list;
mod regex;

pub(crate) use cache::get_selector;
pub use element::Element;
pub use list::ElementList;
pub(crate) use regex::re_matches;