package mirage-kv-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

MirageOS signatures for key/value devices using Lwt

v2.0.0

module type RO = Mirage_kv.RO with type 'a io = 'a Lwt.t and type value = string
module type RW = Mirage_kv.RW with type 'a io = 'a Lwt.t and type value = string