Skip to main content

Module engine

Module engine 

Source
Expand description

Internal engine pieces used by crate::Crawler.

Most users will not work with this module directly. It holds the task-level implementation details that connect scheduling, downloading, parsing, middleware, and item processing into one running crawler.

Structs§

Crawler
The running crawler instance.
CrawlerContext
Cheaply cloneable wrapper around the engine’s shared context payload.