package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type error
type window
val pp_error : error Fmt.t
val pp : t Fmt.t
val window_reset : window -> window
val window : unit -> window
val default : window -> t
val eval : src:Cstruct.t -> dst:Cstruct.t -> t -> [ `Await of t | `Flush of t | `Error of t * error | `End of t ]
val used_in : t -> int
val used_out : t -> int
val write : t -> int
val flush : int -> int -> t -> t
val refill : int -> int -> t -> t