package amqp-client

  1. Overview
  2. Docs
Amqp client base library.

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.3.tar.gz
sha256=80cac0c62d3d5079441502104f683990683561efc9c0e7b06f0d3388c79a3394
md5=4ff63b64da873a14047f541584c30d56

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.