scouter-tonic 0.25.0

Scouter gRPC/Tonic definitions and generated code
docs.rs failed to build scouter-tonic-0.25.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.

Scouter gRPC/Tonic definitions and generated code.

This crate provides the protocol buffer definitions and gRPC service implementations for Scouter's message service.

Features

  • server: Enables server-side gRPC implementation
  • client: Enables client-side gRPC implementation

Usage

# For server only
scouter-tonic = { version = "0.1", features = ["server"] }

# For client only
scouter-tonic = { version = "0.1", features = ["client"] }

# For both
scouter-tonic = { version = "0.1", features = ["server", "client"] }