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_pp/index.html

Module Piqi_ppSource

Sourceval prettyprint_ast : out_channel -> Piq_gen.C.piq_ast -> unit
Sourceval prettyprint_list : out_channel -> Piq_gen.C.piq_ast list -> unit
Sourceval simplify_piqi_ast : C.piq_ast -> Piq_ast.Piq_ast.ast
Sourceval compare_piqi_items : [> `name of string | `named of Piq_ast.Named.t | `typed of Piq_ast.Typed.t | `typename of string ] -> [> `name of string | `named of Piq_ast.Named.t | `typed of Piq_ast.Typed.t | `typename of string ] -> int
Sourceval sort_piqi_items : C.piq_ast -> [> `list of Piq_ast.ast list ]
Sourceval prettify_piqi_ast : C.piq_ast -> Piq_ast.Piq_ast.ast
Sourceval prettyprint_piqi_ast : out_channel -> C.piq_ast -> unit
Sourceval prettyprint_piqi : out_channel -> C.T.piqi -> unit