package cstruct

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val to_bigsubstring : Cstruct.t -> Core.Std.Bigsubstring.t
val of_bigsubstring : Core.Std.Bigsubstring.t -> Cstruct.t
val read : Async.Std.Reader.t -> Cstruct.t -> int Async.Std.Reader.Read_result.t Async.Std.Deferred.t
val schedule_write : Async.Std.Writer.t -> Cstruct.t -> unit
module Pipe : sig ... end