mocra-core 0.4.0

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
pub mod event_bus;
#[allow(clippy::module_inception)]
pub mod events;
pub mod handlers;
pub mod redis_event_handler;
pub mod redis_event_monitor;

pub use event_bus::EventBus;
pub use events::*;
pub use redis_event_handler::RedisEventHandler;
// pub use event_bus::EventHandler;