package irmin-pack

  1. Overview
  2. Docs
include Irmin.Type.S
type t
type hash
val hash : t -> hash
val magic : t -> char
val encode_bin : dict:(string -> int option) -> offset:(hash -> int64 option) -> t -> hash -> (string -> unit) -> unit
val decode_bin : dict:(int -> string option) -> hash:(int64 -> hash) -> string -> int -> t