ocaml-protoc-plugin.protobuf
Protobuf
module Serialize : sig ... end
module Deserialize : sig ... end
Module for deserializing values
module Reader : sig ... end
Some buffer to hold data, and to read and write data
module Writer : sig ... end
module Service : sig ... end
module Result : sig ... end
This module provides result type and functions for compatibility * with OCaml 4.06
val test : unit -> unit