Mirage_block_lwtBlock device implementatins using lwt
module type S =
Mirage_block.S
with type 'a io = 'a Lwt.t
and type page_aligned_buffer = Cstruct.tmodule type SEEKABLE = sig ... endmodule type RESIZABLE = sig ... endUtility functions over Mirage BLOCK devices
module Sparse_copy (A : SEEKABLE) (B : S) : sig ... end