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

Module Piqi_piqirun.IBufSource

Sourcetype t =
  1. | String of string_slice
  2. | Channel of in_channel
Sourceval of_channel : in_channel -> t
Sourceval to_string : t -> string
Sourceval pos : t -> int
Sourceval size : t -> int
Sourceval error : t -> string -> 'a
Sourceexception End_of_buffer
Sourceval next_byte : t -> int
Sourceval next_block : t -> int -> t
Sourceval of_string : string -> t