package fat-filesystem

  1. Overview
  2. Docs
type fs = {
  1. boot : Boot_sector.t;
  2. format : Fat_format.t;
  3. fat : Entry.fat;
  4. root : Cstruct.t;
}
module Make (B : sig ... end) (M : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.