Module Brassaia_pack_unix.Index

module type S = sig ... end

An abstraction on top of the index library that exposes an API that better fits the brassaia-pack use case.

module Make (K : Brassaia.Hash.S) : S with type key = K.t

An abstraction on top of the index library that exposes an API that better fits the brassaia-pack use case.