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()}
Specs
compress(binary(), integer(), RZstd.Compressor.t()) :: {:ok, binary()} | {:error, compression_with_compressor_error()}