vigy-rpc 0.1.2

gRPC surface for vigy (tonic). Service definition in spec/vigy.proto; build.rs wires tonic-build. Public Service impl backed by RuntimeHandle.
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.

gRPC surface for vigy.

  • pleme.vigy.v1.* types are generated from spec/vigy.proto by build.rs (tonic-build).
  • VigyServer is the public re-export of the generated server type.
  • Svc is 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.