kumo 0.3.12

An async web crawling framework for Rust - Scrapy for Rust
Documentation
1
2
3
4
5
mod builder;
mod domain;
mod extract;

pub use builder::LinkExtractor;