mocra 0.4.0

A distributed, event-driven crawling and data collection framework
1
2
3
4
5
6
//! 协调 / 同步子系统已抽为独立 crate [`mocra_core`] 的 `sync` 模块。
//!
//! 此模块保留为 re-export shim,使既有 `crate::sync::*` 引用继续有效(零改动迁移);
//! 新代码可直接 `use mocra_core::sync::...`。

pub use mocra_core::sync::*;