package apero-time

  1. Overview
  2. Docs
OCaml Time Stamping Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.7.tar.gz
sha256=8a3d441b43fe3cac23026cd83dea448ed7565ed8fc7e1d7cd7369e4967164e98
sha512=6232e9b96a3b8de8ccdf9881c6c07b11b0cf521cf8f42df2e582a7b020e2c209dfb73741d1e8c339c0d907c2f8a27b0f8f48d86177483239865dfb459b8ead01

doc/apero-time/Apero_time/HLC/Make/Timestamp/index.html

Module Make.Timestamp

module Time : sig ... end
module T : sig ... end
include sig ... end
type t = T.t
val compare : t -> t -> int
val equal : t -> t -> bool
module Infix : sig ... end
val create : Apero.Uuid.t -> Time.t -> t
val get_source : t -> Apero.Uuid.t
val get_time : t -> Time.t
val to_string : t -> string
val of_string : string -> t option
val encode : t -> Abuf.t -> unit
val decode : Abuf.t -> t
val pp : Format.formatter -> t -> unit