package amqp-client

  1. Overview
  2. Docs
Amqp client base library.

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.2.tar.gz
sha256=ced02fb8ab2e9e94efb45f02f5b04d44e74739f1fb8bcd6e0913a6f63b5c44cf
md5=7bb3b85522b1bcfd3cef1303b7089f77

doc/amqp-client.lib/Amqp_client_lib/Protocol/Spec/index.html

Module Protocol.SpecSource

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

Innovation. Community. Security.