package dokeysto

  1. Overview
  2. Docs
type filename = string
type position = {
  1. off : int;
  2. len : int;
}
Read-only persistent string key to string value hash table
module RO : sig ... end
Read-write persistent string key to string value hash table
module RW : sig ... end