You can search for identifiers within the package.
in-package search v0.2.0
grpc
Grpc.Message
val make : string -> string
make s encodes a string as a gRPC message.
make s
val extract : Buffer.t -> string option
extract b attempts to extract a gRPC message from b.
extract b
b