package git-unix

  1. Overview
  2. Docs
type error = Store.Deflate.error
val pp_error : error Fmt.t
val default : int -> t
val flush : int -> int -> t -> t
val no_flush : int -> int -> t -> t
val finish : t -> t
val used_in : t -> int
val used_out : t -> int
val eval : src:Cstruct.t -> dst:Cstruct.t -> t -> [ `Await of t | `End of t | `Error of t * error | `Flush of t ]