package zstandard

  1. Overview
  2. Docs
type t
val create : unit -> t
val decompress : t -> inbuf:Core_kernel.Bigstring.t -> inpos:int -> inlen:int -> outbuf:Core_kernel.Bigstring.t -> outpos:int -> outlen:int -> int * int
val free : t -> unit

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