docs.rs failed to build vigy-rpc-0.1.2
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.
gRPC surface for vigy.
pleme.vigy.v1.*types are generated fromspec/vigy.protobybuild.rs(tonic-build).VigyServeris the public re-export of the generated server type.Svcis the Service impl backed by a [vigy_runtime::RuntimeHandle].
Handlers are minimal — they marshal to/from vigy-types and call
the runtime. The full registration / lifecycle / streaming flow
ports from the REST handler in vigy-rest.