package amqp-client

  1. Overview
  2. Docs
Amqp client base library

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.2.tar.gz
md5=52f327b5aea93f81fb2c7d91b56842cf
sha512=2595170758f71d775a5e8247040391a0732cdf04bfeb5230f549987fa6428c653fa40bbf2123af077de9910716b5c3013327c34adf8c7449a58d43eaa1d4aad5

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

Module Io.OutputSource

Sourcetype t = {
  1. mutable buf : Bytes.t;
  2. mutable offset : int;
  3. apply : bool;
}
Sourceval create : int -> t
Sourceval sizer : unit -> t
Sourceval write : (Bytes.t -> int -> 'a -> unit) -> int -> t -> 'a -> unit
Sourceval get : t -> Bytes.t
Sourceval string : t -> ?src_pos:int -> ?len:int -> string -> unit
Sourceval octet : t -> int -> unit
Sourceval short : t -> int -> unit
Sourceval short_ref : t -> int -> unit
Sourceval long : t -> int -> unit
Sourceval longlong : t -> int -> unit
Sourceval float : t -> float -> unit
Sourceval double : t -> float -> unit
Sourceval size_ref : t -> unit -> unit
Sourceval size : t -> int
OCaml

Innovation. Community. Security.