@hackage acolyte-grpc0.1.0.0

gRPC interpretation for acolyte API types

Interprets acolyte-core API types as gRPC services. The same API type that drives REST routing, OpenAPI generation, and type-safe clients also drives gRPC serving. . Provides ToProtoType for protobuf-compatible serialization, GrpcReady for compile-time validation, .proto file generation, and mkGrpcServer to build a gRPC service from the API type.