Module Protobuf

Low-level Protobuf codec

type payload_kind =
| Varint
| Bits32
| Bits64
| Bytes

Type of wire format payload kinds.

module Decoder : sig ... end
module Encoder : sig ... end