package piqilib

  1. Overview
  2. Docs
The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.6.16.tar.gz
sha256=7490ab16b6f0f2496b58731c49eaa596985cbaff3be1edf3def8d61dae99fa53
md5=33121fae570f0949426bab875c809b78

doc/piqilib/Piqi_piqi/Record/index.html

Module Piqi_piqi.RecordSource

type t = {
  1. mutable name : Piqi_piqi.name;
  2. mutable field : Piqi_piqi.field list;
  3. mutable piq_positional : bool option;
  4. mutable piq_allow_unnesting : bool option;
  5. mutable protobuf_name : string option;
  6. mutable protobuf_custom : string list;
  7. mutable json_name : string option;
}
OCaml

Innovation. Community. Security.