docs.rs failed to build gossan-fleet-0.3.3
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:
gossan-fleet-0.3.2
gossan-fleet
Distributed master/worker orchestration for Gossan scans.
A master node accepts a scan request, splits the target list across worker nodes via gRPC, collects findings, and emits the merged result.
Components
master::run_master: listens on a configurable address, accepts worker registrations, distributes work, aggregates findings.worker::run_worker: connects to a master, pulls work, runs the configured scanner pipeline, streams findings/updates back.
Usage
// Master
run_master.await?;
// Worker
run_worker.await?;
License
MIT