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

Module Protocol.ContentSource

Sourcetype (_, _) spec =
  1. | [] : ('a, 'a) spec
  2. | :: : 'a elem * ('b, 'c) spec -> ('a option -> 'b, 'c) spec
Sourceval length : 'a 'b. ('a, 'b) spec -> int
Sourceval read : 'b 'c. ('b, 'c) spec -> 'b -> int -> Io.Input.t -> 'c
Sourceval write : 'b. ('b, Io.Output.t) spec -> int ref -> Io.Output.t -> 'b
OCaml

Innovation. Community. Security.