package protocol-9p

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Log : sig ... end) (FLOW : Mirage_flow.S) : sig ... end

Given a transport (a Mirage FLOW), construct a 9P client on top.