RZstd.compress_dirty

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

compress_dirty(data, level)

View Source

Specs

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

compress_dirty(data, level, compressor)

View Source

Specs

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