Function compressor_lib_info
Source pub fn compressor_lib_info(compressor: CompressAlgo) -> (String, String)
Expand description
Get info from a compression library included in the current build.
§Arguments
compressor: The compressor algorithm to get info from.
§Returns
A tuple containing the compression library name and its version.