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

Module 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
OCaml

Innovation. Community. Security.