RZstd.compress

You're seeing just the function compress, go back to RZstd module for more information.

Specs

compress(binary(), integer()) :: {:ok, binary()} | {:error, compression_error()}
Link to this function

compress(data, level, compressor)

View Source

Specs

compress(binary(), integer(), RZstd.Compressor.t()) ::
  {:ok, binary()} | {:error, compression_with_compressor_error()}