docs.rs failed to build mocra-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mocra-0.1.6
mocra
mocra is a Rust crawler runtime library for building module-based crawlers. A module describes what to request, how to parse responses, and how parsed output moves to the next node in a workflow.
The current runtime supports:
- single-node local execution;
- Kafka-backed queue execution;
- Raft/RocksDB-backed coordination and cache state;
- DAG and linear module workflows;
- response caching, middleware, cron scheduling, metrics, health checks, and DLQ operations.
Redis is not supported by the current codebase.
Install
[]
= "0.3.0"
Optional features:
= { = "0.3.0", = ["js-v8", "polars"] }
The crate currently targets Rust 1.85 and edition 2024.
Minimal Runtime
use Arc;
use State;
use Engine;
async
Documentation
Chinese documentation: