kumo 0.2.5

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;