package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable name : Piqi_piqi.name;
  2. mutable typename : Piqi_piqi.typename;
  3. mutable piq_format : Piqi_piqi.piq_format option;
  4. mutable protobuf_name : string option;
  5. mutable protobuf_custom : string list;
  6. mutable protobuf_packed : bool;
  7. mutable json_name : string option;
}