package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_debug_printers : ?pp:(Format.formatter -> Msgpack.t -> unit) -> ?color:bool -> peer1:string -> peer2:string -> Core.Out_channel.t -> [ `Peer_1_to_2 of Msgpack.t -> unit ] * [ `Peer_2_to_1 of Msgpack.t -> unit ]

Returns functions that pretty-print Msgpack.ts sent between peer1 and peer2. The messages have "peer1 -> peer2" or "peer2 -> peer1" headings to indicate the message direction. Useful for debugging communication between two peers.

val command : ?pp:(Format.formatter -> Msgpack.t -> unit) -> unit -> Async.Command.t
OCaml

Innovation. Community. Security.