package index

  1. Overview
  2. Docs

These modules should not be used. They are exposed purely for testing purposes.

module Raw : sig ... end

Raw wraps a file-descriptor with an file-format used internally by Index. The format contains the following header fields:

module Make (K : Index.Key.S) (V : Index.Value.S) (C : Index.Cache.S) : Index.Private.S with type key = K.t and type value = V.t