package grpc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val make : string -> string

make s encodes a string as a gRPC message.

val extract : Buffer.t -> string option

extract b attempts to extract a gRPC message from b.