Module Jenga_lib.Metrics.Disk_format

type t = {
build_info : Async.Sexp.t;
version_util : string list;
metrics : t;
}
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val append : metrics ‑> unit Async.Deferred.t