protocol-9p
An implementation of the 9P protocol in pure OCaml
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
Library protocol_9p
val big_enough_for :
string ->
Cstruct.t ->
int ->
( unit, [ `Msg of string ] ) Result.result
big_enough_for name buf length
returns an error with a log message if buffer buf
is smaller than length
. The name
will be included in the error message.
module Int8 : sig ... end
module Int16 : sig ... end
module Int32 : sig ... end
module Int64 : sig ... end
module Version : sig ... end
module Fid : sig ... end
module OpenMode : sig ... end
module FileMode : sig ... end
module Qid : sig ... end
module Tag : sig ... end
module Data : sig ... end
module Stat : sig ... end