docs.rs failed to build scouter-tonic-0.18.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.
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 implementationclient: Enables client-side gRPC implementation
Usage
# For server only
= { = "0.1", = ["server"] }
# For client only
= { = "0.1", = ["client"] }
# For both
= { = "0.1", = ["server", "client"] }