piqilib
The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package piqilib
-
piqilib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library piqilib
Module
Piq_ast
module U = Piqi_util
module Piq_ast : sig ... end
module Typed : sig ... end
module Named : sig ... end
type ast = [
| `any of int |
| `binary of string * string |
| `bool of bool |
| `float of float * string |
| `form of ast * ast list |
| `int of int64 * string |
| `list of ast list |
| `name of string |
| `named of Named.t |
| `raw_string of string |
| `string of string * string |
| `text of string |
| `typed of Typed.t |
| `typename of string |
| `uint of int64 * string |
| `word of string |
]
val transform_ast :
string list ->
( Piq_ast.ast -> Piq_ast.ast list ) ->
ast ->
Piq_ast.ast
ON THIS PAGE
No table of contents