mocra 0.3.0

A distributed, event-driven crawling and data collection framework
1
2
3
4
5
6
7
8
9
10
11
mod backend;
mod cache_able;
mod local_backend;
pub mod raft_backend;
mod service;

pub use cache_able::CacheAble;
pub use service::{CacheService, CacheServiceConfig};

#[cfg(test)]
mod tests;