Module Streaming.Decompression
val create : unit -> tval decompress : t -> inbuf:Core_kernel.Bigstring.t -> inpos:int -> inlen:int -> outbuf:Core_kernel.Bigstring.t -> outpos:int -> outlen:int -> int * intval free : t -> unitfree tdeallocate the underlying datastructure. Subsequent uses oftwill cause exceptions.