package git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Value.ESource

Sourcetype t = t
Sourcetype init = Cstruct.t * t * int * Cstruct.t
Sourcetype error = [
  1. | `Deflate of Deflate.error
]
Sourcetype encoder
Sourceval pp_error : error Fmt.t
Sourceval default : init -> encoder
Sourceval eval : Cstruct.t -> encoder -> [ `Flush of encoder | `End of encoder * int | `Error of error ]
Sourceval flush : int -> int -> encoder -> encoder
Sourceval used : encoder -> int
OCaml

Innovation. Community. Security.