mocra 0.4.0

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

pub use mocra_core::cacheable::*;