mocra 0.4.1

A distributed, event-driven crawling and data collection framework
1
2
3
4
5
6
7
//! The queue (data-plane MQ) subsystem has been extracted into the `queue` module of the
//! standalone [`mocra_core`] crate.
//!
//! This module remains as a re-export shim so that existing `crate::queue::*` references keep
//! working (zero-change migration); new code can use `mocra_core::queue::...` directly.

pub use mocra_core::queue::*;