zisk-coordinator-api 1.1.0-alpha

ZisK Coordinator gRPC types (generated from proto)
docs.rs failed to build zisk-coordinator-api-1.1.0-alpha
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.

zisk-coordinator-api

This crate is part of ZisK. See the ZisK documentation for an overview of the system.

For setup, deployment, and configuration of the distributed system, see the distributed system README.

zisk-coordinator-api defines the wire contract for talking to the ZisK coordinator.

Overview

  • grpc — the tonic-generated gRPC client/server stubs and message types (from the .proto definitions).
  • dto — domain-level data-transfer objects (requests, responses, job/proof kinds, input chunks) layered on top of the raw gRPC types.

Keeping the generated API in its own crate lets the server and every client share a single definition of the protocol.

Documentation

License

Licensed under either of:

at your option.