package git-unix

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