package decompress

  1. Overview
  2. Docs
Pure OCaml implementation of Zlib

Install

Dune Dependency

Authors

Maintainers

Sources

decompress-0.8.tbz
sha256=ea6987f72816044ccf3edb586e3b64668d53c5ef1b0a735119e5c9d740504240
md5=547eaf0803af3ed01ff7801facfe27e6

doc/decompress.impl/Decompress_impl/Convenience_inflate/index.html

Module Decompress_impl.Convenience_inflateSource

Parameters

module X : S_inflate

Signature

Sourceval to_result : 'a B.t -> 'a B.t -> ('a B.t -> int) -> ('a B.t -> int -> int) -> ('a, 'a) X.t -> (('a, 'a) X.t, X.error) result
Sourceval bytes : B.Bytes.t -> B.Bytes.t -> (B.Bytes.t -> int) -> (B.Bytes.t -> int -> int) -> (B.st, B.st) X.t -> ((B.st, B.st) X.t, X.error) result
Sourceval bigstring : B.Bigstring.t -> B.Bigstring.t -> (B.Bigstring.t -> int) -> (B.Bigstring.t -> int -> int) -> (B.bs, B.bs) X.t -> ((B.bs, B.bs) X.t, X.error) result
OCaml

Innovation. Community. Security.