package ppx_deriving_protobuf

  1. Overview
  2. Docs
A Protocol Buffers codec generator for OCaml >=4.02

Install

Dune Dependency

Authors

Maintainers

Sources

v2.7.tar.gz
sha256=10c0414601bdb4ccac7c3180e0e70f91a408a15e6a4220cdd6b7a7af5bed3efd

doc/ppx_deriving_protobuf.runtime/Protobuf/index.html

Module Protobuf

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
OCaml

Innovation. Community. Security.