package git-unix

  1. Overview
  2. Docs
type t = t
type init = Cstruct.t * t
type error = Git.Error.never
type 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