mocra 0.3.0

A distributed, event-driven crawling and data collection framework
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod auth;
pub(crate) mod config;
pub(crate) mod control;
pub(crate) mod debug;
pub(crate) mod dlq;
pub(crate) mod health;
pub(crate) mod limit;
pub(crate) mod profile_store;
pub(crate) mod router;
pub(crate) mod state;

pub use router::router as build_router;
pub use state::ApiState;