package key-parsers

  1. Overview
  2. Docs
type t = {
  1. name : string;
  2. email : string;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val decode : Cstruct.t -> t
OCaml

Innovation. Community. Security.