Ezgzip.Z
compress ?level ?header input
will return a zlib-compressed representation of input
.
decompress ?header ?max_size input
will return a decompressed representation of input
.
val pp_error : Format.formatter -> error -> unit
val pp_zlib_error : Format.formatter -> [ `Zlib of error ] -> unit