package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable name : Piqi_impl_piqi.name option;
  2. mutable field : Piqi_impl_piqi.field list;
  3. mutable parent : Piqi_impl_piqi.namespace option;
  4. mutable wire_field : Piqi_impl_piqi.field list;
  5. mutable is_func_param : bool;
  6. mutable unparsed_piq_ast : Piqi_impl_piqi.uint option;
  7. mutable piq_positional : bool option;
  8. mutable piq_allow_unnesting : bool option;
  9. mutable protobuf_name : string option;
  10. mutable protobuf_custom : string list;
  11. mutable json_name : string option;
  12. mutable proto_custom : string list;
  13. mutable proto_name : string option;
}