package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type +'a fiber
type t
type error
val recv : t -> Cstruct.t -> ([ `End_of_flow | `Input of int ], error) Stdlib.result fiber
val send : t -> Cstruct.t -> (int, error) Stdlib.result fiber
val pp_error : error Fmt.t