package irmin-mirage-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type 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 -> [ `Flush of t | `Await of t | `Error of t * error | `End of t ]