package git-unix

  1. Overview
  2. Docs
type error = Store.Inflate.error
type window = Store.Inflate.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 | `End of t | `Error of t * error | `Flush 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