ocaml-protoc-plugin.protobuf
Protobuf.Serialize
module S : sig ... end
module C = S.C
val serialize_message : (int * Protobuf__.Field.t) list -> string
val unsigned_varint : Int64.t -> Protobuf__.Field.t
val signed_varint : int64 -> Protobuf__.Field.t
val field_of_spec : 'a. 'a S.spec -> 'a -> Protobuf__.Field.t
val is_scalar : 'a. 'a S.spec -> bool
val write : 'a. 'a S.compound -> Writer.t -> 'a -> unit
val serialize : ('a, Writer.t) S.compound_list -> unit -> 'a
module Test : sig ... end