package zstandard

  1. Overview
  2. Docs

Module Bulk_processing_dictionary.DecompressionSource

Sourcetype t
Sourceval create : dictionary:Input.t -> t
Sourceval free : t -> unit

free t deallocate the underlying datastructure. Subsequent uses of t will cause exceptions.

Sourceval decompress : t -> context:Decompression_context.t -> input:Input.t -> output:'a Output.t -> 'a
OCaml

Innovation. Community. Security.