package fat-filesystem

  1. Overview
  2. Docs

Parameters

module FS : sig ... end

Signature

type t = FS.t
type 'a io = 'a Lwt.t
type id = FS.id
type page_aligned_buffer = FS.page_aligned_buffer
type error =
  1. | Unknown_key of string
val connect : FS.id -> [> `Error of error | `Ok of FS.t ] Lwt.t
val disconnect : FS.t -> unit FS.io
val id : FS.t -> FS.id
val read : FS.t -> string -> int -> int -> [> `Error of error | `Ok of FS.page_aligned_buffer list ] Lwt.t
val size : FS.t -> string -> [> `Error of error | `Ok of int64 ] Lwt.t
OCaml

Innovation. Community. Security.