millipede-core
Core primitives for the Millipede web crawler: request model, storage traits, events, errors, configuration.
This crate provides the generic crawler engine and the request, handler, routing, session, proxy, storage, event, and statistics abstractions shared by the Millipede ecosystem.
Installation
[]
= "0.1"
Most users should depend on the umbrella millipede crate instead.
Example
use Arc;
use ;
use MemoryStorageClient;
async
Part of Millipede
See the Millipede guide for crawler concepts, storage, retries, sessions, and migration guidance.
License
Licensed under either MIT OR Apache-2.0 at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate is dual-licensed as above, without any additional terms or conditions.