package zstd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Zstandard - fast lossless compression algorithm

exception Error of string
val version : unit -> int * int * int
val compress : level:int -> string -> string
val decompress : int -> string -> string

decompress orig_size s

orig_size specifies size of buffer for decompression (not less than original size of uncompressed s)

OCaml

Innovation. Community. Security.