Protocol_9p.Client
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.