package fat-filesystem

  1. Overview
  2. Docs
type t =
  1. | Free
  2. | Used of int
  3. | End
  4. | Bad
val to_string : t -> string
type fat = Cstruct.t
val find_free_from : Boot_sector.t -> Fat_format.t -> fat -> int -> int option
val initial : int
val unmarshal : Fat_format.t -> int -> fat -> t
val marshal : Fat_format.t -> int -> fat -> t -> unit
module Chain : sig ... end
OCaml

Innovation. Community. Security.