Function zstd_sys::ZSTD_getParams
source ยท pub unsafe extern "C" fn ZSTD_getParams(
compressionLevel: c_int,
estimatedSrcSize: c_ulonglong,
dictSize: usize,
) -> ZSTD_parameters
Expand description
ZSTD_getParams() :
same as ZSTD_getCParams(), but @return a full ZSTD_parameters
object instead of sub-component ZSTD_compressionParameters
.
All fields of ZSTD_frameParameters
are set to default : contentSize=1, checksum=0, noDictID=0