package bin_prot

  1. Overview
  2. Docs
type t
include sig ... end
val compare : t -> t -> int
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val to_hex : t -> string
val from_hex : string -> t
val unsafe_of_raw_string : string -> t
val unsafe_to_raw_string : t -> string