package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Md5_lib.t
include Bin_prot.Binable.Minimal.S with type t := t
val bin_shape_t : Bin_prot.Shape.t
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (int -> t) Bin_prot.Read.reader
val to_hex : t -> string
val of_hex_exn : string -> t
val compare : t -> t -> int
val to_binary : t -> string
val of_binary_exn : string -> t
val unsafe_of_binary : string -> t