package amqp-client

  1. Overview
  2. Docs
Amqp client base library

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.0.tar.gz
md5=5035f743a6c064e8dceb74b27462e39a
sha512=7eaddded4e169d3c27ac96eacde0941001d27f41eade44022b28bae51340c8f7e9155a8979092d973fc11944fcbda64ec6747c7d5f067441abff63ebfc3c3359

doc/amqp-client.lib/Amqp_client_lib/Io/Input/index.html

Module Io.InputSource

Sourcetype t = {
  1. buf : String.t;
  2. mutable offset : int;
}
Sourceval init : ?offset:int -> String.t -> t
Sourceval read : (String.t -> int -> 'a) -> int -> t -> 'a
Sourceval string : t -> int -> string
Sourceval octet : t -> int
Sourceval short : t -> int
Sourceval long : t -> int
Sourceval longlong : t -> int
Sourceval float : t -> float
Sourceval double : t -> float
Sourceval length : t -> int
Sourceval has_data : t -> bool
Sourceval offset : t -> int
Sourceval copy : t -> dst_pos:int -> len:int -> Bytes.t -> unit
OCaml

Innovation. Community. Security.