package ppx_deriving_protobuf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Low-level Protobuf codec

type payload_kind =
  1. | Varint
  2. | Bits32
  3. | Bits64
  4. | Bytes

Type of wire format payload kinds.

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