= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Block device implementatins using lwt
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
Utility functions over Mirage BLOCK
devices
module Sparse_copy (A : SEEKABLE) (B : S) : sig ... end