Module Index_unix.Private

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

module IO : Index.IO
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 : functor (K : Index.Key) -> functor (V : Index.Value) -> Index.Private.S with type key = K.t and type value = V.t