pub fn infer_encoding_and_compression(
    args: &Args
) -> Result<(Encoding, Compression)>
Expand description

Infer the Encoding and Compression from args if they aren’t already explicitly set.