package fat-filesystem

  1. Overview
  2. Docs
type t =
  1. | FAT12
  2. | FAT16
  3. | FAT32
val to_string : t -> string