package mirage-fs-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error = private [>
  1. | `Unknown_key of string
]
val pp_error : error Fmt.t
type 'a io = 'a Lwt.t
type t
val disconnect : t -> unit io
type page_aligned_buffer = Cstruct.t
val read : t -> string -> int64 -> int64 -> (page_aligned_buffer list, error) Pervasives.result io
val mem : t -> string -> (bool, error) Pervasives.result io
val size : t -> string -> (int64, error) Pervasives.result io
val connect : string -> t Lwt.t