package mirage-block-lwt

  1. Overview
  2. Docs
module type S = Mirage_block.S with type 'a io = 'a Lwt.t and type page_aligned_buffer = Cstruct.t
module type SEEKABLE = sig ... end
module type RESIZABLE = sig ... end