package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type state
type result
type error
val eval : Cstruct.t -> state -> [ `Flush of state | `End of state * result | `Error of state * error ] Lwt.t
val used : state -> int
val flush : int -> int -> state -> state