package amqp-client

  1. Overview
  2. Docs
Amqp client base library

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.1.tar.gz
md5=43f4394e55aae5a051222a904b950da6
sha512=3037d5b4c5e1a833b2f6dd5fe96f44a88e71f8d75778f48e1c68665cc45785e07b63725c54be0af9b5cf296e35e9bf88e094620fc2ed2d5c21bd08936dc9ab27

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.