mocra-core 0.4.1

The mocra crawler framework runtime: errors, cache, utilities, domain models, downloader, data-plane queue, coordination, scheduler and engine.
Documentation
1
2
3
4
5
6
7
8
//! The coordination backend abstraction has moved to [`crate::utils::coordination`]
//! — its main consumers (the distributed lock manager and the rate limiter) both live in `utils`,
//! so putting it there avoids a `common ↔ utils` cycle.
//!
//! This module remains as a re-export shim, keeping existing `crate::common::coordination::*` paths
//! valid.

pub use crate::utils::coordination::*;