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

Module Piqi_utf8Source

Sourceexception MalFormed
Sourceval width : int array
Sourceval next : string -> int -> int
Sourceval from_stream : char Stream.t -> int
Sourceval compute_len : string -> int -> int -> int
Sourceval blit_to_int : string -> int -> int array -> int -> int -> unit
Sourceval to_int_array : string -> int -> int -> int array
Sourceval width_code_point : int -> int
Sourceval store : Buffer.t -> int -> unit
Sourceval from_int_array : int array -> int -> int -> string
Sourceval stream_from_char_stream : char Stream.t -> int Stream.t