package amqp-client

  1. Overview
  2. Docs
Amqp client base library

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.0.tar.gz
md5=7b669f71063296444ffa6103e472f298
sha512=bf2d11fc39f85fea0f8ba510fc91c57d253bcff1407433839a930c0b0392c38829150a08e7c2809bd0d770b4282b101f1b29a46ea6f229305ca9eb6f882b9203

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.