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

Module Piqi_iolistSource

Sourcetype iolist =
  1. | Ios of string
  2. | Iol of iolist list
  3. | Iob of char
  4. | Indent
  5. | Unindent
  6. | Eol
Sourceval (^^) : iolist -> iolist -> iolist
Sourceval eol : iolist
Sourceval indent : iolist
Sourceval unindent : iolist
Sourceval ios : string -> iolist
Sourceval iol : iolist list -> iolist
Sourceval iob : char -> iolist
Sourceval iod : string -> iolist list -> iolist
Sourceval ioq : string -> iolist
Sourceval to_buffer0 : Buffer.t -> iolist -> unit
Sourceval size : iolist -> int
Sourceval to_string : iolist -> string
Sourceval to_buffer : iolist -> Buffer.t
Sourceval to_channel : out_channel -> iolist -> unit