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
9
10
# mocra-core

Shared runtime types for the [mocra](https://github.com/ouiex/mocra) crawler framework.

Currently this crate hosts the framework's error types (`mocra_core::errors`). The rest of the
shared runtime (domain models, cache service, the crawling pipeline) is being migrated here
incrementally so the host `mocra` crate can become a thin facade over reusable,
independently-compilable crates.

Not intended for direct use yet — depend on `mocra` instead.