package catapult

  1. Overview
  2. Docs
Tracing system based on the Catapult/TEF format

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=b706c74e8644967431055dc61f611f37
sha512=2915460b9fdd8a470de1b3bc75fcf58c36d00823588f46082db5099979f96f3bc261a91d4b5c672d2df9493461075fd61df804c1e4e737ee052af280dc6c9a6b

doc/catapult.utils/Catapult_utils/Json_out/index.html

Module Catapult_utils.Json_outSource

Basic output of json values to a buffer

Sourceval char : Buffer.t -> char -> unit
Sourceval raw_string : Buffer.t -> string -> unit
Sourceval int : Buffer.t -> int -> unit
Sourceval int64 : Buffer.t -> int64 -> unit
Sourceval float : Buffer.t -> float -> unit
Sourceval bool : Buffer.t -> bool -> unit
Sourceval null : Buffer.t -> unit
Sourceval str_val : Buffer.t -> string -> unit
Sourceval arg : Buffer.t -> [< `Bool of bool | `Float of float | `Int of int | `Null | `String of string ] -> unit
Sourceval char_val : Buffer.t -> char -> unit
OCaml

Innovation. Community. Security.