package piqi

  1. Overview
  2. Docs
Protocol Buffers, JSON and XML serialization system for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.8.tar.gz
sha256=22ee106ad3024b651d080c6c906dac1ad9cd22ece9972742081d09711c764a19
md5=e9bd34d56f33c3fe6cfa133341f96bdf

doc/piqirun.pb/Piqirun/OBuf/index.html

Module Piqirun.OBufSource

Sourcetype t =
  1. | Ios of string
  2. | Iol of t list
  3. | Iol_size of int * t list
  4. | Iob of char
  5. | IBuf of IBuf.t
Sourceval ios : string -> t
Sourceval iol : t list -> t
Sourceval iob : char -> t
Sourceval to_buffer0 : Buffer.t -> t -> unit
Sourceval size : t -> int
Sourceval iol_size : t list -> t
Sourceval iol_known_size : int -> t list -> t
Sourceval to_string : t -> string
Sourceval to_buffer : t -> Buffer.t
Sourceval to_channel : out_channel -> t -> unit
OCaml

Innovation. Community. Security.