mocra 0.3.0

A distributed, event-driven crawling and data collection framework
1
2
3
4
5
6
7
8
pub mod event_bus;
#[allow(clippy::module_inception)]
pub mod events;
pub mod handlers;

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