package dtc-pb

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

Module Dtc_pb.EncodingSource

Sourcetype encoding =
  1. | Binary
  2. | Binary_VLS
  3. | Json
  4. | Json_compact
  5. | Protobuf
Sourcetype meta = {
  1. version : int;
  2. encoding : encoding;
}
Sourcetype t =
  1. | Request of meta
  2. | Response of meta
Sourceval read : string -> t option
Sourceval read_exn : string -> t
Sourceval write : Bytes.t -> t -> unit
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.