package catapult

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=a7bfa27c3ddd2d29c27173de09293149
sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65

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.