mocra-core 0.4.1

The mocra crawler framework runtime: errors, cache, utilities, domain models, downloader, data-plane queue, coordination, scheduler and engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "dashboard")]
pub mod api;
pub mod chain;
pub mod engine;
pub mod events;
pub mod monitor;
pub mod processors;
pub mod runner;
pub mod scheduler;
pub mod task;
pub mod zombie;