dyer 0.1.1-alpha

Dyer is designed for reliable, flexible and fast web-crawling, providing some high-level, comprehensive features without compromising speed. By means of event-driven, non-blocking I/O tokio and powerful, reliable [Rust programming
Documentation
1
2
3
4
5
6
7
pub mod middleware;
pub mod pipeline;
pub mod spider;

pub use middleware::MiddleWare;
pub use pipeline::PipeLine;
pub use spider::Spider;