package git

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

Module S.DeflateSource

Sourcetype t
Sourcetype error
Sourceval pp_error : error Fmt.t
Sourceval default : int -> t
Sourceval flush : int -> int -> t -> t
Sourceval no_flush : int -> int -> t -> t
Sourceval finish : t -> t
Sourceval used_in : t -> int
Sourceval used_out : t -> int
Sourceval eval : src:Cstruct.t -> dst:Cstruct.t -> t -> [ `Flush of t | `Await of t | `Error of t * error | `End of t ]