pub fn infer_encoding(args: &Args) -> Result<(Encoding, Compression, u8)>Expand description
Infer the Encoding, Compression, and delimiter (CSV/TSV) from args if they
aren’t already explicitly set.
pub fn infer_encoding(args: &Args) -> Result<(Encoding, Compression, u8)>Infer the Encoding, Compression, and delimiter (CSV/TSV) from args if they
aren’t already explicitly set.