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