package git-unix

  1. Overview
  2. Docs
type t = t
type init = Cstruct.t * t * int * Cstruct.t
type error = [
  1. | `Deflate of Deflate.error
]
type encoder = Store.Value.E.encoder
val pp_error : error Fmt.t
val default : init -> encoder
val eval : Cstruct.t -> encoder -> [ `End of encoder * int | `Error of error | `Flush of encoder ]
val flush : int -> int -> encoder -> encoder
val used : encoder -> int